#news {
	font-family: Arial, Verdana, Helvetica;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/news-background.gif);
}

#news p {
	margin: 0;
	font-size: 80%;
	line-height: 132%;
	color: #ffffff;
}

#news h1 {
	color: #ffffff;
	font-size: 100%;
	line-height: 100%;
	margin: 12px 0 6px 0;
	font-weight: bold;
}


#news a {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/news-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 210%;
	padding-left: 10px;
}

#news a:hover {
	color: #ffffff;
	text-decoration: underline;
}

