﻿.news {
	margin : 0 20px ;
	width : 60% ;
	padding : 5px ;
	height : 100px;
	overflow : auto;
	background : transparent  ;
	font-size : 14px ;
	border : 2px solid #ffcc66 ;
	/* border : 0 solid #ffef9f ;
	border-left-width : 3px ;
	border-top-width : 3px  ;
	border-bottom-width : 3px ; */
	color : #66ccff ;
}

.news a {
	text-decoreation : none ;
	color : #ffcc66 ;
}
 .news_title {
 	color : white ;
 	font-weight : bold ;
 	font-size : 120% ;
 	line-height : 130% ;
 }
 .news_title a {
 	text-decoration : underline ;
 	color : inherit ;
 }
	


