BODY, TD {
	color : #ffffff;
	font-family : "Arial";
	font-size: 12px;
	text-decoration : none;
	background-color: #000000;
}

A {
	background : none;
	font-size: 13px;
	color : #000000;
	font-weight : 500;
	text-decoration : none;
}

a:hover{
	background :#00000;
	color : #66CC33;
	font-weight : bold;
	text-decoration : none; 
}

