<!---
body {
font-family:Verdana, Sans-serif;
color; #000000;
font-size: 12px
}
body {
 margin:20px;
 background:#FF99CC;
 color: #333333;
 text-align:center;
 padding:0; 
 }

A:link  {color: #000080; text-decoration: underline}
A:hover   {cursor: pointer; color: #FFFFFF; background-color: none; text-decoration: none}

input,textarea, select,{
	color : #000000;
	font: normal 12px;
	border-collapse: collapse; border: 1px solid #000000;
}
.maintable {border: 1px #FF99CC solid; background-color: #FF99CC; width: 90%; padding: 0px;} /*main table for forum*/
.regrow {font-family: Verdana,Sans-serif; color: #FFFFFF; font-weight: bold; background-color: #FF69B4;font-size: 12px;} /*registration row, mainly here for symetry*/
.headline {font-family: Verdana,Sans-serif;font-weight: bold;color: #FFFFFF;background-color: #FF69B4;font-size: 11px;} /*headline row, the first row that says forum name, topics, posts and such*/
.catline {font-family: Verdana,Sans-serif;font-weight: bold;color: #FFFFFF;background-color: #FF69B4;font-size: 12px;} /*the row with the category colors*/
.forumrow {font-family: Verdana,Sans-serif; color: #000000;background-color: #FF99CC;font-size: 12px;} /*color of the forum rows*/
.quotecode {font-family: Verdana,Sans-serif; color: #000000; border-collapse: collapse; border: 1px solid #000000; background-color: #A9C7FD;font-size: 12px; width:90%;} /*when you quote someone in a post*/

--->
