a:link, a:visited {
	color: White;
	text-decoration: none;
	font: Arial;
	font-size: smaller;
}
a:hover{
	Color: #00008B;
	text-decoration: underline;
}
