@charset "utf-8";

#news a {
		display: block;
		font-size: 10px;
		padding: 3px 5px 3px 10px;
		border-bottom: 1px solid #83B771;
		border-top: 1px solid #C8DFBF;
		margin-right: 3px;
		color: #666666;
}
#news a:hover {
		background: #628351;
		color: #FFFFFF;
}

a#news_title_cultural, a#news_title_sports, a#news_title_academic {
display: block;
height: 27px;
width: 202px;
background-repeat: no-repeat;
}

a#news_title_cultural { background: url(../img/site_panel_cultural.gif); }
a#news_title_sports { background: url(../img/site_panel_sports.gif); }
a#news_title_academic { background: url(../img/site_panel_academic.gif); }
