.plainText {  font-size: 10px;
font-weight : normal;
color : black;
text-align: left;
background-color:white;
}

.discussionLink { font-size : 10px;
	font-family : Verdana, "Sans Serif";
	font-weight : normal;
	font-style : normal;
	color : blue;
	text-decoration :underline;
}

.discussion { font-size: 10px;
font-weight : bold;
color : white;
background-color: #999999;
text-align: center;
}

.discussionTopic { font-size: 10px;
font-weight : normal;
color : black;
background-color: #DCDCDC;
text-align: left;
}

.categories {
	font-size : 10px;
	font-family : Verdana, "Sans Serif";
	font-weight: normal;
	text-decoration : none;
	line-height : 16px;
	color: black;
	background-color:#E0E0E0;
}

.disNavigation  {
	font-size : 10px;
	font-family : Verdana, "Sans Serif";
	font-weight :bold;
	color : #FFFFFF;
	text-decoration : none;
	background-color: #808080;
}

.copyright {
font-size: 10px;
font-weight : normal;
color : white;
text-align: center;
background-color:black;
}

.todaysTopic {
	font-size : 11px;
	font-family : Verdana, "Sans Serif";
	font-weight : bold;
	color : red;
	text-decoration : none;
	text-align : left;
}

A.disNavigation:Hover{ 
	color: red;	
	text-decoration:none;
}


