<!---
<style type="text/css">

a:link, a:visited, a:active 
{ 
text-decoration: none;
font-family: arial, Sans-serif;
color:#FFFFCC;
font-size: small;
}

input,textarea, select,{
	color : #000000;
	font: normal 12px;
	border-collapse: collapse; 
	border: 1px solid #000000;
}
.maintable {border: 1px ; width: 800px; padding: 5px;} /*main table for forum*/
.row1 {font-family: arial; color: #000000; font-weight: normal; background-color:#CCCCCC; font-size: small} /*registration row, mainly here for symetry*/
.headline {font-family: arial; font-weight: bold; background-color:#993333; font-size: small; color:#FFFFCC; text-decoration:none;} /*headline row, the first row that says forum name, topics, posts and such*/
.row2 {font-family: arial; color:#000000; background-color:#6699CC; font-size: small} /*color of the forum rows*/
.entry {border: 3px ; width: 90%; padding: 4px;} /*main table for add entry*/

</style>
-->