/************************
 *     For rss feeds    *
 ************************/	
.itemtitle{
	font-weight: bold;
	/*font-size: 90%;*/
}
.itemtitle a, .itemdescription a{
	color: #4e7de2;
}

.itemdescription{
	padding-bottom: 15px;
	font-size: 80%;
}

.itemdescription a:hover, .itemtitle a:hover{
	border-bottom: 1px dashed;
}

.itemdate{
	color: #888;
	font-style:italic;
	font-size: 70%;
	border-bottom: #bbb 1px dotted;
	padding-bottom: 2px;
}
