body {
	background:#000000;  /* background color */

	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #FF0000;
	scrollbar-highlight-color:#FF0000;
	scrollbar-3dlight-color:#FF0000;
	scrollbar-darkshadow-color:#000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #FF0000;
	}
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul,li {  /* text font face and color if not link */
	font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;
	}
table { /* Defines the color of the tables around the forum text */	
	border-color: #FFFFFF;
}
a { /* link format: no underline, bold */
	font-weight: bold;
	text-decoration:none;
}
a:link, a:visited, a:active { /* menu and email-link color of the name */
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
.forum:link, .forum:visited, .forum:active { /* forum posts subject color */
	color: #FF0000;
}
.forum:hover {
	color: #FFFFFF;
}
.submit { /* color of the form buttons */
	color:#FF0000; /* Color of the text on the button */
	border-style:solid;  /* Button border style: none; solid, dotted, dashed, etc*/
	border-width: 2px; 
	border-color: #000000;
	background:#000000; /* background color */
}
.highlight { /* ERROR highlight color: Color of the name of the invalid field */
	color=#FFCC00;  
}
.ta-blr {
	border-bottom-width:1px; border-bottom-style:solid;  
	border-left-width:1px; border-left-style:solid; 
	border-right-width:1px; border-right-style:solid;
	background:#000000;
}
.ta-tblr {
	border-top-width:1px; border-top-style:solid; 
	border-bottom-width:1px; border-bottom-style:solid;  
	border-left-width:1px; border-left-style:solid; 
	border-right-width:1px; border-right-style:solid;
	background:#000000;
}
