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

#NavNews {
	width:250px;
	padding:10px 5px;
	border:1px dashed #CCCCCC;
	}
	
#NavNews li {
	text-align:left;
	font-family:Verdana;
	size:10px;	
	
	list-style:none;
	word-spacing:5px;
	}

#NavNews a {
	color:#333333;
	text-decoration:Underline;
	padding:2px 3px;
	}
	
#NavNews a:hover {
	color: #339900;
	text-decoration:none;
	}
