.topnav {
	font-size: 12px;
	line-height: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;	
	color: #000033;
	font-size:12px;
}
a {
   text-decoration: none;
}
a:link {
   color: #000033;
}
a:visited {
   color: #000033;
}
a:active {
   color: #000033;
}
a:hover {
	color: #003366;
	font-weight: bold;
}
.header{
	color:#000033;
	font-size:36px;
	text-align:center;
	}
.linkingheader{
	color:#000033;
	font-size:18px;
	}
.linkingheader:hover {
	color:#9A99FF;
	font-weight:normal;
}