
.newsDate,
.header,
.headline,
.txt,
.smallLink,
.link,
body, 
tr,
td,
table {

	font-family: Arial;
	font-size: 11px;
	color: rgb(0,0,0);
	font-weight: normal;
}

.link, a {

	color: rgb(255,0,0);
	text-decoration: underline;
}

.smallLink {

	font-size: 10px;
	text-decoration: none;
	color: rgb(144, 144, 144);	
	/* color: rgb(255,0,0);
	 text-decoration: underline;	 */
}

.smallLink:hover {
	
	color: rgb(0, 0, 0);
	font-weight: normal;
}

.headline {

	font-weight: bold;
	color: rgb(255,0,0);

}

.header {

	color: rgb(255,0,0);
	font-size: 18px;
}

.newsDate {

	color: rgb(100, 100, 100);
}

a:hover {

	color: black;
	/* border-bottom: 1px solid red; */
}

.categoryLink {

	color: rgb(155, 155, 155);
	text-decoration: none;
}

.categoryLink:hover {

	color: rgb(100, 100, 100);
}

.subCategoryLink {

	text-decoration: none;
}

.subCategoryLink:hover {

	text-decoration: underline;
}

.adminLink {

	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}