
A:hover   {
	color: red;
	text-decoration: underline;
	background-color: #FFFF99;
}
A:visited {
	color: #009999;
	text-decoration: underline;
}
a:active {
	text-decoration: line-through;
}




/* RSS FEED CSS */



/* the entire div tag containing all the posts     */
/* you must put the feedburner code into a div tag */
/* called postformat on the html page like this... */
/*  <div id="postformat">                          */

#postformat {
  		font-size: 13px;
  		margin-bottom: 20px;
  		font-family: arial;
}


/* headlines */	
div.feedburnerFeedBlock span.headline a {
		font-weight: bold;
		font-size: 18px;
		color: black;
		}
  	
  	
/* date display */
div.feedburnerFeedBlock p.date {
		color: #666;
		margin-top: -0px;
		/*display: inline;*/
		}


/* bullet lists vertical spacing */
div.feedburnerFeedBlock li {
		margin-bottom: 2px;
		padding-left: 0;
		text-indent: 0;
}



/* space at bottom of each post. requires feedflare be activated!!!!! */
div.feedburnerFeedBlock div.feedflare {
  margin-top: 20px;
  margin-bottom: 50px;
}
