.menu {
	font: bold 12pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : red;
}	
.menu A{
	text-decoration : none;
	color : White;
}
.menu A:hover{
	text-decoration : none;
	color : Yellow;
}

.newsbox {
	font: Verdana Geneva Arial Helvetica sans-serif;
	color : white;
}
.newsbox  A{
	color : Lime;
	text-decoration : none;
}
.newsbox  A:hover{
	text-decoration : none;
	color : Yellow;
}
.rowCategoryOdd {
	background : Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color : White;
}
.rowDataOdd {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.rowDataOdd A{
	text-decoration : none;
	color : Maroon;
	font-weight : bold;
}
.rowDataOdd A:hover{
	text-decoration : none;
	color : Red;
	font-weight : bold;
}
.rowCategoryEven {
	background : #A4A4A4;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-weight : bold;
	color : White;
}
.rowDataEven {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.rowDataEven A {
	text-decoration : none;
	color : Olive;
	font-weight : bold;
}
.rowDataEven A:hover {
	text-decoration : none;
	color : #CDCE00;
	font-weight : bold;
}