A
{
	
	color : White;
	color : White;
	text-decoration : none;
	text-transform : lowercase;
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}

A:Visited  {
	color : White;
	text-decoration : none;
	text-transform : lowercase;
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}

A:Active  {
	color : Gray;
	text-decoration : none;
	text-transform : lowercase;
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}
A:Hover  {
	color : Gray;
	text-transform : lowercase;
	text-decoration : none;
	font-size : x-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}
TD  {
	font-size : xx-small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : White;
	font : verdana,sans-serif,arial;
	text-decoration : none;
}