/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	color :white;
	background-color: #000033;
	scrollbar-face-color: #003366;
	scrollbar-highlight-color: #003366;
	scrollbar-shadow-color: #003366;
	scrollbar-3dlight-color: #66ccff;
	scrollbar-arrow-color:  #cad0df;
	scrollbar-track-color: #000033;
	scrollbar-darkshadow-color: #66ccff;
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana; font-size : 12px;}
a:link,a:active,a:visited { color : #ffffff;}
a:hover { text-decoration: underline; color : #DD6900;}
th {text-decoration: underline; background-color: #000033;}
h1,h2,h3,h5 {text-decoration: underline;}

/* This is the border line & background colour round the entire page */
.bodyline { background-color: #003366; border: 3px #66ccff solid; }

/* paragraph classes */

.bolded {font-weight : bold; color : white;}
.quote  {font-size : 12px; color : #66ccff ; font-style: italic; text-align: center;}
.quotee {text-align: center;}


.greenbold {font-weight : bold; color : green;}
.green {color : green;}
.yellowbold {font-weight : bold; color : yellow;}
.yellow {color : yellow;}
.orangebold {font-weight : bold; color : orange;}
.orange {color : orange;}
.redbold {font-weight : bold; color : red;}
.red {color : red;}
.purplebold {font-weight : bold; color : purple;}
.purple {color : purple;}
.bluebold {font-weight : bold; color : blue;}
.blue {color : blue;}

/* horizontal rule classes */

 hr { height: 5px; border: solid #626979 2px; border-top-width: 1px;}
.quoteline  {color : #66ccff ; border: solid #ooccff 12px;}

/* General text */
.username { font-size : 12px; color : #ffffff; font-weight : bold; text-align: center;}
.rank { font-size : 12px; color : #66ccff; font-weight : bold; text-align: center; }
.baduser { font-size : 12px; color : red; font-weight : bold;}
.vip { font-size : 12px; color : red; font-weight : bold; text-decoration: underline;}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #003366; font-size : 12px; color : #ffffff; }
td.row2	{ background-color: #000033; font-size : 12px; color : #ffffff; }