@charset "utf-8";
/* CSS Document */

#newsList { 
	border-bottom:1px dotted #CCC; 
	width:430px; 
	padding-top:20px; 
}

#newsList .newsItem { 
	border-bottom:2px solid #120e43; 
	border-right:2px solid #120e43;  
	padding:7px; 
	margin:0 0 5px 0; 
	background-color:#443e7d;
}

#newsList .newsItem:hover { }

#newsList .newsItem h3 { 
	font-size:110%; 
	font-weight:bold; 
	margin-bottom:0; 
	width:430px; 
}

#newsList .newsItem p { 
	font-size:90%; 
	margin-top:8px; 
	width:410px; 
}

#newsList .newsItem a { 
	font-weight:normal; 
	font-style:italic; 
}

#newsList .newsItem:hover p {
	display:block; 
	visibility:visible; 
}

#newsList .newsLink { 
	font-size:80%; 
	font-style:italic; 
}

#newsList .newsLink a { 
	font-size: 90%; 
}
