body {	font-family: Tahoma;	background-color: #0033CC;	padding: 2em;	margin: 0;	}#font1 {	color: #d70000;font-family: Comic Sans MS;}#font2 {	color: #0033cc;font-family: Tahoma;}#font3 {	color: #0033cc;font-family: Tahoma;}a {	text-decoration: underline;}a:link {	color: #d70000;}a:visited {	color: #d70000;}a:active {	color: #0033cc;}a:hover {	text-decoration: underline;	color: #0033cc;}ul {	list-style: none;	padding: 0;	margin: 0;	background-color: <TableBackGround>;	width: 42em;	font-size: 12pt;	color: #d70000;	font-weight: bold;}#nav a {	font-weight: bold;	color: #d70000;}#nav a {	text-decoration: none;}#nav a:hover {	text-decoration: underline;}#nav li li a {	display: block;	font-weight: normal;	color: #d70000;	padding: 0.2em 10px;}#nav li li a:hover {	padding: 0.2em 5px;	border: 5px solid #0033cc;	border-width: 0 5px;}li {	float: left;	position: relative;	width: 10em;	text-align: center;	cursor: default;	border: 1px solid #0033cc;	border-width: 1px 0;	}li#first {	border-left-width: 1px;}li#last {	border-right-width: 1px;	border-left-width: 1px;}li#nor {	border-left-width: 1px;}li ul {	display: none;	position: absolute;	top: 100%;	left: 0;	width: 10em;	font-size: 12pt;	font-weight: normal;	padding: 0.5em 0 1em 0;	border-right: solid 1px #0033cc;	border-left: solid 1px #0033cc;	border-bottom: solid 1px #0033cc;	border-top: solid 1px #0033cc;}li>ul {	top: auto;	left: auto;}li li {	display: block;	float: none;	background-color: transparent;	border: 0;}li:hover ul, li.over ul {	display: block;}hr {	display: none;} h1 {	font-size: 16pt;}h2 {	font-size: 10pt;} 

