.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	background-color: #e6e6e6;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	line-height: normal;


}

a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	text-decoration: underline overline;
}

a:link, a:active, a:visited {
	color: #CBAC57; 
	text-decoration: underline;
}

a:hover {
	color: #B28816; 
	text-decoration: none;
}

BODY {
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #CBAC57; 
	scrollbar-highlight-color: #CBAC57; 
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #CBAC57;
	overflow: hidden;
}