html {
	scrollbar-base-color:#334433;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color: #333333;
	scrollbar-shadow-color:black;
	scrollbar-lightshadow-color:black; 
	scrollbar-darkshadow-color:gray;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color: black;
}
body {
	background-color:#000000;
	color:#eeeeee;
	font-family:Garamond, 'Times New Roman';
	width:93%;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	background-color:#999999;
	color:#000000;
}