html {
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #C00000; 
}

body {
	background-color: #000000; 
	margin: 7px;  
}

h3 {
	padding-left: 10px;
	color: #C00000;
	border-bottom: 1px solid #C00000;
	font-weight: bold;
	font-size: 9px;
	font-family: tahoma;
	
}

body, tr, td { 
	font-size: 9px; 
	font-family: tahoma; 
	text-align: justify; 
	color: #C00000; 
}

a:visited, a:link { 
	color: #C00000; 
	text-decoration: underline; 
	font-weight: underline; 
}

a:hover { 
	color: #C00000; 
	text-decoration: underline; 
	font-weight: underline; 
}

input, textarea, option, select { 
	background-color: #000000;
	font-family: tahoma; 
	font-size: 10px;
	color: #C00000;
	border-bottom: 1px solid #C00000; 
	border-right: 1px solid #C00000; 
	border-top: 1px solid #C00000; 
	border-left: 1px solid #C00000; 
}