BODY 
{
	font-family : "Tahoma", Tahoma, sans-serif;
        font-size: 12px;
	font-style : normal;
	font-weight: normal;
	color : Black;
	text-decoration : none;
}
table {
	font-family : "Tahoma", Tahoma, sans-serif;
        font-size: 12px;
	font-style : normal;
	font-weight: normal;
	color : Black;
	text-decoration : none;
}
a:link {
	font-family : "Tahoma", Tahoma, sans-serif;
	font-size: 12px;
	font-style : normal;
	font-weight: bolder;
	color : white;
	text-decoration : none;
}
a:visited {
	color : White;
	font-family : "Tahoma", Tahoma, sans-serif;
	font-size: 12px;
	font-style : normal;
	text-decoration : none;
	font-weight: bolder;
}
a:active {
	color : Yellow;
	font-family : "Tahoma", Tahoma, sans-serif;
	font-size: 12px;
	text-decoration : none;
	font-style : normal;
}
a:hover {
	color : Lime;
	font-family : "Tahoma", Tahoma, sans-serif;
	font-size: 12px;
	text-decoration : underline;
	font-style : normal;
}