.news { 
	padding: 0.5em;
	border-top: 1px solid #cccccc;
	background-color: transparent; 
	background-position: top left; 
	background-image: url('_news/background.png'); 
	background-repeat: repeat-x; 
}

.news3 ,
.news5 {
	border-top: 1px solid #cc0000;
	font-weight: bold;
}

.news5 {
	background-image: url('_news/important_background.png'); 
}

.news3 h2,
.news3 h3 {
	color: #cc0000;
	margin-top: 0em;
}

.news5 h2,
.news5 h3 {
	color: #cc0000;
	margin-top: 0em;
}

.news img { 
	clear: right; 
	float: right;
	margin-top: 1em; 
	margin-left: 2em; 
}
