@charset "utf-8";

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
}
#content h1, #content h2, #content h3 {
	color: #339900;
}

#content p a:link, a:active, a:focus, a:visited {
	text-decoration: none;
	color: #339900; }
		
#content p a:hover {
	text-decoration: none;
	color: #cc0000; }


#news h1, #news h3  {
	color: #cc0000;
}
#news h2 {
	color: #FFF;
	background-color: #cc0000;
	padding: 5px;
	font-size: 1.5 em;

	}

#footer h5 {
	text-align:center;
	color: #fff;
}



	

