/* CSS Document */

A {
	text-decoration :  none;
	color : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;


}

A:HOVER {
	text-decoration :  none;
	color : silver;
}
a:active 
{
	color: silver;
}
a:visited 
{
	color: grey;
}
table, td 
{
	font-family: Verdana;
	font-size: 12px;
}
