body{
  background-color:black;
  background-image:url('img/tile_black.jpg');
  color:white;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-size:12px;
}
a:link {color:#215D99; text-decoration: none;}    /* unvisited link */
a:visited {color:#215D99; text-decoration: none;} /* visited link */
a:hover {color:#CC6600; text-decoration: underline;}   /* mouse over link */
a:active {color:#CC6600; text-decoration: none;}  /* selected link */

table.forum {
	table-layout:auto;
	table-layout:fixed
	height:100;
	font-size:11px;
}

table.menu {
	font-size:12px;
}

tr.blue td {
	background: #215D99;
	padding: 5px;
	}
	
tr.gray td {
	background: #333333;
	padding: 5px;
	}
	
td {
	font-size:12px;
}
