/* kencss.css */
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #66CCFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: verdana; color: #000000; }
a:link,a:active,a:visited { color : #000000; cursor:crosshair;}
a:hover	{ text-decoration: underline; color : #999999; cursor:crosshair;} 
hr	{ height: 0px; border: solid #006699 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #006699 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #DDDCDC; } /* light gray */
td.row2	{ background-color: #071D6F; } /* dark blue */
td.row3	{ background-color: #5F6062; } /* dark gray */
td.row4	{ background-color: #EBEDEE; } /* white silver */
td.row5	{ background-color: #DEECF8; } /* blue gray */
td.row6	{ background-color: #C6E1F9; } /* powder blue */
td.row7	{ background-color: #CDCDC9; } /* yellowish gray */
td.rowa	{ background-color: #EFEFEF; }
td.rowb	{ background-color: #DEE3E7; }
td.rowc	{ background-color: #D1D7DC; }
td.rowMenu { background-image: url(http://www.geocities.com/kenzhu_xiao_tian/images/bgr_com_menu.gif); }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("http://www.geocities.com/kenzhu_xiao_tian/formIE.css");