body
{
 background:#a8b675;
 color:#074b1e;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
} 

a:link, a:visited, a:active 
{
 color:#074b1e;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 text-decoration: underline;
}

a:hover
{
 color:#074b1e;
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 text-decoration: underline;
}

input,textarea,select,
{
 background-color:#074b1e;
 color:#e8eadf;
 font-variant:normal 12px;
 text-align:center;
 border-collapse:collapse;
 border:1px solid #a8b675;
}

.maintable 
{
 background-color:#000000;
 color:#074b1e;
 border:0px;
 padding:10px;
 width:800px;
}

.row1 
{
 background-color:#e8eadf; 
 color:#074b1e;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
} 

/*registration row, mainly here for symetry*/
.headline 
{
 background-color:#e8eadf;
 color:#074b1e; 
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:bold;
} 

/*headline row, the first row that says forum name, topics, posts and such*/
.row2 
{
 background-color:#074b1e; 
 color:#e8eadf;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
} 

/*color of the forum rows*/
.entry 
{
 background-color:#000000; 
 color:#074b1e;
 border:6px;
 padding:20px;
 width: 800px  
} 
/*main table for add entry*/