body {
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #5e3501;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #895C33 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #895C33 solid; }

/* General font families for common tags */
font, th, td, p { font-family: Georgia, "Times New Roman", Times, serif; }
a:link, a:active { color : #FFF2CF; font-weight: bold; }
a:visited { color : #0000ff; font-weight: bold; }
a:hover		{ text-decoration: underline; color : #ef6b00; }

hr	{ height: 0px; border: solid #895C33 0px; border-top-width: 1px;}

span.nav  { font-size:10 px; }

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5e3501;
	font-size: 16px;
}

tr { border: #ffffff solid 1px; }

.edge {	background-color: #ef6b00; }
.main {	background-color: #bdba9b;  }
.brown { background-color: #5e3501; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #EF6B00; font-size: 13px; font-weight : bold; 
	background-color: #5E3501; height: 25px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
			background-color:#8D5E36; border: medium solid #FFFFFF; height: 28px
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat, td.catHead, td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right, td.spaceRow {
	background-color: #98957B; border: #FFFFFF; border-style: solid; }

th.thHead, td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides, td.catSides, td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight, td.catRight, td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft, td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom, td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* Copyright and bottom info */
.copyright		{ font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; color: #5E3501; }
a.copyright		{ color: #5E3501; text-decoration: underline;}
a.copyright:hover { color: #5E3501; text-decoration: underline;}

/* General text */
.gen { font-size : 14px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 12px; }
.gen, .genmed, .gensmall { color : #5e3501; }
a.gen, a.genmed, a.gensmall { color: #5E3501; text-decoration: none; }a.gen:visited, a.genmed:visited, a.gensmall:visited	{ color: #5E3501; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #5E3501; text-decoration: underline; }