#head {
	/*font-size:18px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;*/
	background-color: #a20000;
	padding: 15px;
}
#item {
	color: #7191bc; 
	font-size: 10px;
	background-color: #1e252f;
	padding: 15px;
	margin-top: 10px;
}
#item img {
	float: left;
	margin-right: 10px;
}
#item p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 0px;
}
#item p.title, #item a:link p.title, #item a:visited p.title, #item a:hover p.title, #item a:active p.title, #item a:link p.title {
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 5px;
}

#item a:link, #item a:visited, #item a:hover, #item a:active, #item a:link p, #item a:visited p, #item a:hover p, #item a:active p {
	color: #7191bc; 
	text-decoration: none;
}
#item a.hidden {
	display: none;
}