/* Start of CMSMS style sheet 'forum' */
div#forum table
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #84bb58;
}
div#forum table a
{
	color: #000;
	font-weight: bold;
}
div#forum table a:hover
{
	color: #fff;
}
div#forum table th
{
	background-color: #b0c59e;
	height: 30px;
}
div#forum table td
{
	border: 1px solid #84bb58;
}

/* End of 'forum' */

