

a { 
	color: #0000FF;
	text-decoration:none 
}
a:link { 
	color: #0000FF;
}
a:visited { color: #0000FF; }
a:active { color: #0000FF; }
a:hover { color: #FF0000; }

.title {
	font-family: "Verdana, Arial";
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.subtitle {
	font-family: "Verdana, Arial";
	color: 005064;
	font-size: x-small;
	font-weight: bold;
	color: #808080;
	text-align: center;
}
.text {
	font-family: "Verdana, Arial";
	font-size: x-small;
	font-weight: normal;
	color: #020202;
	padding: 5px;
	vertical-align: top;
}
.newstitle {
	font-family: "Arial";
	font-size: large;
	font-weight: bold;
	text-align: left;
}
.newsdesc {
	font-family: "Arial";
	font-size: medium;
	font-weight: bold;
	color: #808080;
	text-align: justify;
	
}
.newsauth {
	font-family: "Arial";
	font-size: xx-small;
	font-weight: normal;
	text-align: left;
	
}
.newstext {
	font-family: "Times New Roman, Times";
	font-size: x-small;
	font-weight: normal;
	text-align: justify;
	
}

