/* CSS Document */
/* news*/

#test {
text-align:left;
padding:0; 
margin:0;
}
#test ul
{
float:left;
padding:0px;
margin:0px;


}

#test li
{
padding:0;
margin:0;
height:auto;
width:100%;

}


#test li a
{
padding:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	display:block;
	color: #494949;
	text-decoration: none;
	list-style-type: circle;
	border-bottom-width: 1px;
	border-top-width:0px;
	border-bottom-style: dotted;
	border-bottom-color: #7AACE5;
width:99%;
	

} 


#test li a:hover
{
	background-color:#ECF3FD;
width:99%;
}

#test h1 {
	margin:0;
	padding-bottom:4px;
	font-size:10px;
	font-weight: bold;
	color: #000000;
}

#test .date{
	margin:0;
	padding:0;
	font-size:10px;
	color:#7591D0;
	font-style: italic;
}

#test .heading{
font-size:10px;
font-weight:bold;
	color:#000000;
	letter-spacing:.2em;
}