body {
	background-color: #FFCC00;
}

.news {
	font-size: 12px;
	color: #660000;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 22px;	
}

.headline {
	font-size: 18px;
	color: #660000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 22px;
	text-align: center;	
}

a {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #cc0000;
}
a:visited {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}


