A:link {
	color: White;
	font-weight : bold;
	text-decoration : none;
}
A:visited {
	color:  White;
	font-weight : bold;
	text-decoration : none;
}
A:active {
	color:  White;
	font-weight : bold;
	text-decoration : none;
}
A:hover {
	color: White;
	font-weight : bold;
	text-decoration : none;
	background-color : #660000;
}
BODY {
	color: White;
	font-family : sans-serif;
	font-size : 11px;
	background-color : Black;
}
P,TABLE,TR,TD {
	color: White;
	font-family : sans-serif;
	font-size : 11px;
}