/* fonts */
.news_title {
    font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.news_text {
    font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.news_text_bold {
    font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.news_text_italic {
    font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}
/* link color */
A:link { 	
	color: #C0C0C0; 
	text-decoration: underline   
}
A:visited { 	
	color: #C0C0C0; 
	text-decoration: underline   
}
A:active { 	
	color: #C0C0C0; 
	text-decoration: underline   
}
A:hover { 	
	color: #000000; 
	text-decoration: underline   
}