body{
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Red;
	scrollbar-3dlight-color : Yellow;
	scrollbar-arrow-color : Yellow;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : Yellow;
	scrollbar-face-color : Red;
}
A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: yellow;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-variant : normal;
	font-weight : bolder;
	color: #FFD700;
}