.forumHeader
{
	font-weight: bold;
	font-size: 14px;
      	background-color: #88A8FB;
}

.topicTable
{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-left: 1px solid black;
	border-right: 1px solid black;	
}

.topicRow
{
	font-size: 12px;
}

.topicTitle
{
	font-size: 14px;
}