body { 
	background-color: #4F4F4F;
	margin: 0px; 
}


/* This is the outline round the main forum tables */
table.forumline	{ background-color: #00588D; border: 1px #00588D solid; }


/* Header cells */
th	{
	color: #FFFFFF; 
	background-color: #00588D; 
	height: 20px;
}


/* Main table cell colours and backgrounds */
td.row { background-color: #FFFFFF; }


/* General text */
.genmed { font-size : 14px; }


/* General font families for common tags */
font, th, td, p, div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
a:link,a:active,a:visited { color: #00588D; }
a:hover		{ text-decoration: underline; color: #D46400; }
h1 { margin-top: 0px; }


