body {
	background-color: #660000;
	scrollbar-base-color: #ffffff;
	scrollbar-Face-Color: #660000;
	scrollbar-3DLight-Color: #ffffff;
	scrollbar-DarkShadow-Color: #333333;
	scrollbar-Shadow-Color:	#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #999999;
	text-decoration: none;
}

