#news_manager { 
	font-size:0.9em;
	font-family:Verdana;
	color:black;
	background-color:white;
}
#news_manager .title { 
	font-size:1em;
	font-family:Verdana;
	color:black;
	font-weight:bold;
}
#news_manager .subcat { 
	font-size:1em;
	font-family:Verdana;
	color:gray;
	font-weight:normal;
}
#news_manager .doclink { 
	font-size:1.2em;
	font-family:Verdana;
	color:red;
	font-weight:bold;
}
#news_manager a { 
	font-size:1em;
	font-family:Verdana;
	color:blue;
	font-weight:normal;
	text-decoration: none;
}
#news_manager a:hover { 
	color:gray;
}
/* Holy hack */
/* Hides from IE5-mac \*/
* html #news_manager {height: 1%;}
/* End hide from IE5-mac */ 
