/* CSS Document */

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.date{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006600;
}
.footer{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	
}


a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	color: #0000CC;
}
a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.newsHeadline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000099;
	text-decoration: none;
}
.dateGreen{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
}

