/* CSS Document */

A {
	text-decoration :  none;
	


}

A:HOVER {
	text-decoration :  underline;
	color : #CDCDCD;
}
a:active 
{
	color: silver;
}
a:visited 
{
	color: #FFFFFF;
}
table, td 
{
	font-family: Verdana;
	font-size: x-small;
}
