/* Styles for news item pages  */html, body {background-color: #f7f8ce;}
 	
 a:link {color: #6d6d61;}
 a:visited {color: #6d6d61;}
 a:hover {color: #c51230;}
 a:active {color: #c51230;}  

#news {
   	position: absolute;
   	top: 0px;
   	width: 350px;
   	padding: 0px 0px 0px 10px;
   	margin: 0;
}

#news p{
   	font-family: Verdana, Helvetica, Arial;
   	font-size: 10px; 
   	color: #6d6d61;
   }
       

#news a{
    	display: block;
    	padding: 0px 0px;
}

h1 {
   	font-family:Verdana, Helvetica, Arial;
   	font-size: 10px;
   	color: #588cc8;
   }