/* FIX IE6 Scrollbars bug - Leave this in! */
html { overflow-x: auto; } 

/* Body entry, change forum page background colour, default font, font size, etc. Leave text-align:center to center board content
   #ipwrapper will set text-align back to left for the forum. Any other tables / divs you use must use text-align:left to re-align
   the content properly. This is a work around to a known Internet Explorer bug */
BODY {

 	scrollbar-face-color:#990033;
 	scrollbar-shadow-color: #993300;
 	scrollbar-highlight-color:#990000;
 	scrollbar-3dlight-color: #990000;
 	scrollbar-darkshadow-color: #5d5d5d;
 	scrollbar-track-color:#000000;
 	scrollbar-arrow-color:#000000;


 font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; margin:0px;padding:0px;background-color:#000000; text-align:center }
TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000000; }

a:link, a:visited, a:active { text-decoration: underline; color: #000000}
a:hover { color: #ff3300; text-decoration:underline }

.purple { color:purple;font-weight:bold }
.red    { color:red;font-weight:bold }
.green  { color:green;font-weight:bold }
.blue   { color:blue;font-weight:bold }
.orange { color:#F90;font-weight:bold } 