html {
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #979B73;
	scrollbar-face-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000; 
}

body {
	background-color: #000000;  
}

h3 {
	padding-left: 10px;
	color: #000000;
	border-bottom: 1px solid #000000;
	letter-spacing: 10px; 
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana;
	text-transform: uppercase; 
	text-align: center;	
}

body, tr, td { 
	font-size: 10px; 
	font-family: Trebuchet MS; 
	text-align: justify; 
	color: #4B5837; 
}

a:visited, a:link { 
	color: #4B5837; 
	text-decoration: none; 
	border-bottom: 1px dashed #4B5837;
}

a:hover { 
	color: #000000; 
	text-decoration: none; 
	border-bottom: 1px dashed #000000;
}

input, textarea { 
	background-color: #000000;
	font-family: Trebuchet MS; 
	font-size: 10px;
	color: #979B73;
	border-bottom: 1px solid #4B5837; 
	border-right: 1px solid #4B5837; 
	border-top: 1px solid #4B5837; 
	border-left: 1px solid #4B5837; 
}

#content { 
	width: 495px; 
	padding-left: 10px; 
	padding-right: 10px; 
	background-color: #979B73;
}

#side {
	width: 10px;
	background-color: #000000;
}
