body {
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 13px;
	background-color: #BEBE7C;
	
	color: #CC3333;
	margin:0;

	SCROLLBAR-FACE-COLOR:#ffffff;
	SCROLLBAR-SHADOW-COLOR:#019068;
	SCROLLBAR-3DLIGHT-COLOR:#ced9c9;
	SCROLLBAR-ARROW-COLOR:#019068;
	SCROLLBAR-TRACK-COLOR:#E9E9E9;
			}


a:link {
	text-decoration: none;
	color: #77888F;
}
a:visited {
	text-decoration: none;
	color: #77888F;

}
a:hover {
	text-decoration: none;
	color: #ff9966;
}
a:active {
	text-decoration: none;
}