* { margin: 0; padding: 0;}

.blog_title{
font-size:14px;
font-weight:bold;
margin: 15px;
color:#666;
border-top:1px solid #666;
border-bottom:double 3px #666;
padding:4px;

}


.blog_title a:link {
 color: #666; 
 text-decoration: none; 
 }

.blog_title a:visited { color: #666; 
 text-decoration: none; 
 }

.blog_title a:hover { color: #16296b;
text-decoration:underline;
}



.RSSlisting {
	width: 400px;
	margin: 15px;
   font-size: 80%; 
   list-style-type:none; 
  
}

.RSSlisting a {
	color: #16296b;
	text-decoration: none;
}

.RSSlisting a:hover {
	color: #f60;
	text-decoration: underline;
}


.RSSlisting li{
padding:4px 5px; 
border-bottom:1px dotted #999999;
}


