body {
	font-family : "Verdana", "Arial", "sans-serif";
	font-size: 8px;
	color : black;
}

a:link 		{ color: #00008b; text-decoration: none; }
a:visited 	{ color: #00008b; text-decoration: none; }
a:active 	{ color: #00008b; text-decoration: none; }
/* a:hover { color : yellow; background-color: gray; } */
a:hover 			{ color: blue; text-decoration: underline; } 

/* For Netscape Only */
a.navlinks:link 		{ text-decoration : none; color: #00008b; font-family: Arial, sans-serif; font-size: 10px; }
a.navlinks:visited	{ text-decoration : none; color: #00008b; font-family: Arial, sans-serif; font-size: 10px; }
a.navlinks:active 	{ text-decoration : none; color: #00008b; font-family: Arial, sans-serif; font-size: 10px; }
a.navlinks:hover	 	{ text-decoration : underline; color: #00008b; font-family: Arial, sans-serif; font-size: 10px; }

input {
	color: black;
	background-color: white;
	font: 8pt verdana;
	border: 1px solid #808080;
}