<!---
body { background-color: #CCC187;}
body {
a:link, a:visited, a:active { text-decoration: none}
font-family:Verdana, Sans-serif;
color: #000000;
font-size: 12px
}
a:link { color: #000000;}
a:visited { color: #000000;}
a:active { color: #000000;}

input,textarea, select,{
	color : #000000;
	font: normal 12px;
	border-collapse: collapse; border: 0px solid #000000;
}
.maintable {border: 0px ; width: 100%; padding: 0px; background-color: #CCC187} /*main table for forum*/
.row1 {font-family: Verdana,Sans-serif; color: #000000; background-color: #D0cc98;font-size: 12px;} /*registration row, mainly here for symetry*/
.headline {font-family: Verdana,Sans-serif; font-weight: bold; color: #000000; font-weight: bold; background-color: #D0cc98; font-size: 11px; color: #000000} /*headline row, the first row that says forum name, topics, posts and such*/
.row2 {font-family: Verdana,Sans-serif; color: #000000; background-color: #D0cc98; font-size: 12px;} /*color of the forum rows*/
.entry {border: 6px ; width: 40%; padding: 6px; background-color: #CCC187; font-family: Verdana,Sans-serif; font-size: 12px;} /*main table for add entry*/
--->

