.new {
	color: #FF0000;
	font-weight: bold;


}
#forum th {
	color: #CCCCCC;
	background: #000099;
	border: 1px solid #FFFFFF;

}
.category {
	font-weight: bold;
	color: #000066;
	background: skyblue;
}
.private {
	background: #FFFFDF;
}
.public {
	background: #ECFCFF;
}
table#forum {
	font-size: 100%;
	background: #EBEBEB;


}
#forum td {
	padding: 2px 6px;
	border: 1.5px solid #FFFFFF;



}
.AltRowColour {
	background: #F5F5F5;
}