a:link {
	font-family : Verdana;
	font-size : 10px;
	color : Blue;
	text-decoration : underline;
}
a:hover {
	font-family : Verdana;
	font-size : 10px;
	color : Maroon;
	text-decoration: none;
}
a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : Blue;
	text-decoration: underline;
}