a:link {
	color: #A40000;
	background: transparent;
	text-decoration: none;


} a:visited {
	color: #A40000;
	background: transparent;
	text-decoration: none;


} a:active {
	color: #A40000;
	background: transparent;
	text-decoration: none;



} a:hover {
	color: #666666;
	background: transparent;
	text-decoration: none;


}
body {
	width: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	background: #A40000;
}
#newsheader {
	font-weight: bold;
	color: #FFFFFF;
	background: #CC3300;
	padding: 5px;
	width: auto;
	text-align: center;
}
#newsbody {
	color: #999999;
	background: #FFFFFF;
	padding: 5px;
	width: auto;
	font-size: 90%;
}
.largetext {
	font-size: 20px;
	font-weight: bold;
	color: #CC3300;
}

