/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E5E8EE;
	scrollbar-arrow-color: #9900ff;
	scrollbar-face-color: #9900ff;
	scrollbar-track-color: #D6DEE9;
	scrollbar-highlight-color: #C8D3E1;
	scrollbar-3dlight-color: #EAEFF4;
	scrollbar-shadow-color: #7492B6;
	scrollbar-darkshadow-color: #3A5370;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: underline;
	color: #800080;
}

a:visited {
	text-decoration: underline;
	color: #9900ff;
}

a:hover {
	text-decoration: underline;
	color: #9900ff;
}

a:active {
	text-decoration: underline;
	color: #9900ff;
}

hr {
	height: 0px;
	border: solid #364D67 0px;
	border-top-width: 1px;
}

/* This is the outline round the main forum tables */
.forumline {
	background-color: #525E6E;
	border: 1px solid #525E6E;
	border-collapse: collapse;
}

.borderline {
	border: 1px solid #525E6E;
	border-collapse: collapse;
}

.fullborderline {
	border: 1px solid #525E6E;
	border-collapse: collapse;
}

/* Main table cell colours and backgrounds */
.row1 {
	background-color: #EDEFF2;
}

.row1_over {
	background-color: #F8F9FA;
}

.row2 {
	background-color: #DDE2EC;
}

.row2_over {
	background-color: #EBEEF3;
}

.row3,.row3Right {
	background-color: #E2E6EE;
}

.row3_over {
	background-color: #ECEFF4;
}

.row4 {
	background-color: #CED5E2;
}

td.topicRow {
	border-bottom: 0px;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
.rowpic {
	background-color: #FFFFFF;
<link rel=