@charset "utf-8";
/* CSS Document */
#news {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 115px;
}
#news a {
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;	
}

#news a:hover {
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF9900;
}
