.{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: White;
	}
A{
	font-size : 10px;
	color: Black;
	font-weight : bold;
}
A:link {
	color: #000000;
	text-decoration: underline;
}
A:active {
	color: #000000;
	text-decoration: underline;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color: #005C8B;
	text-decoration: underline;
}
