
a:link       
{ color:#c00;
text-decoration: none;
}

a:active     
{  color:#c00;
text-decoration: none;
}

a:visited    
{ color:#c00;
text-decoration: none;
}

a:hover      
{ color:#c00;
text-decoration: none;

}


.newsdate {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
.newstitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bolder;
	color: #9900FF;
	text-decoration: none;
}
.newsbody {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	color: #000000;
	line-height: 16px;
}
.newsblink {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	text-decoration: blink;
}
.newstitlehome {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bolder;
	color: #CC99FF;
	text-decoration: none;
}

