BODY {
	color : Black;
	background-color : Black;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}
TABLE,TR,TD,P{
	font-size : 10pt;
	}
	
	.whitetext {
	
}

A.whitetext:LINK {
	color : White;
}

A.whitetext:VISITED {
	color : White;
}

A.whitetext:ACTIVE {
	color : Red;
}

A.whitetext:HOVER {
	color : Red;
}





	
A {
font-size : 10pt;
	color : Black;
}

A:HOVER {
	color : Gray;
	text-decoration : underline;
}