body  			{ background: white; color: #000000; font-family: Helvetica, sans; margin-left: 20px; margin-top: 20px; } 
a:link 			{ color: #cc0099 } 
a:visited		{ color: #000066 } 
a:active	 	{ color: #a05050 } 
h1,h2,h3,h4,h5,h6	{ text-align: center; color: #000066}
.address		{ position: absolute; left: 97px; top: 56px; font-size: 0.7em; }
.smalltext		{ font-size: 0.7em; }
.banner			{ margin-right: 2%; }
.navtable		{ font-size: 0.8em; margin-right:10px; margin-left:10px;}


<!-- this bit is for the nav table on the google page -->

#nav {
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	line-height: 1.7em
}
#nav div.item a.item{
	font-weight: bold;	
	left: 1px;
	right: 1px;
	padding: 1px 1px 1px 1px;

}
#nav a.item:link, #nav a.item:visited, #nav a.item:active {
	background-color: #013088;
	color: #ffffff;
	border: 1px solid #013088;
	text-decoration: none;
	white-space: nowrap;
}

#nav a.item:hover {
	background-color: #ffffff;
	color: #BB0192;
	border: 1px solid #BB0192; 
	white-space: nowrap;
}