@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #009900;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}


.navbar {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px; 
	font-weight: bold;
	text-align: center;
	color:#FFFF00;
}

.yellow {
	color:#FFFF00;
}

.heading {
	font-size: 16px;
	color:#FFFF00;
	font-weight: normal;
}

.footer{
	font-size: 10px; 
	font-weight: bold;
	text-align: left;
	color:#FFFF00;
}

.date {
	font-size: 10px;
	color: #FFFFFF;
}

.newsheadline {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px; 
	font-weight: bold;
	text-align: center;
	color: #0000CC;
	background-color:#FFFF00;
}

.enlarged {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

-->