div.archiveLink {
	position: relative;
	top: 5px;
	right: 5px;
	
	width: 100%;
	
	text-align: right;
}
	
	div.archiveLink a {
		color: #00166a;
		font-weight: bold;
		text-decoration: none;
	}
	
	div.archiveLink a:hover {
		text-decoration: underline;
	}

div.news {
	clear: both;
	
	width: 185px;
	height: 135px;
	
	margin: 0px;
	padding: 5px;
	
	font-size: 11px;
	text-align: left;
}

* html div.news {
	width: 196px;
	height: 140px;
	
	padding: 5px 5px 5px 3px;
}

	div.news a {
		color: black;
		text-decoration: none;
	}
	
	div.news a:hover, div.news a:active {
		color: white;
	}
	
	div.news h3 {
		margin-top: 20px;
		
		font-size: 11px;
	}
	
	div.news p.bodytext {
		margin-bottom: 5px;
		
		font-size: 11px;
	}
	
	div.news div.catinfo {
		float: left;
	}
	
	div.news div.morelink {
		float: right;
		font-weight: bold;
	}
	
	
	
div.news-single-item {
	text-align: justify;
}
   