/*  Body Style is the style of the text on any given page including list bullet syle*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	background-color: #786D51;
	margin-top: 10px;
	list-style-image: url(images/bullet.gif);
	color: #000000;
}


/*  master_bg_x repeat allows the bacground to be repeated by x coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat-x;
}

*/

.master_bg_y  {
	background-repeat: repeat-y;
}


/*  master_bg_x repeat allows the bacground to be repeated by x & y coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat;	
}

*/

/*  a:link, a:visited & a:hover Styles are for the links within the body text */

a:link, a:visited{
	color: #246082;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	text-decoration: underline;
}
/*  Right_Boarder Style creates a line to separate sections.  Use in Table */
.Right_Border {
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Page Title Style is the style for the main title of the page */
.Page_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	padding-bottom: 10px;
}

/* Bottom_Border style is a style to create a border to separate sections.  Use on Table or in a Table Cell */

.Bottom_Border {
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/*sovrenti, sovreti links sytle are for the:  powered by sovrenti*/
#sovrenti {
	text-transform: none;
	color: #FFFFFF;
}
#sovrenti a:link, #sovrenti a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sovrenti a:hover {
	color: #999999;
	text-decoration: underline;
}
<p><a href="http://feeds.feedburner.com/calvaryemeraldcoast/ggrz" title="Subscribe to my feed, Calvary Emerald Coast" rel="alternate" type="application/rss+xml">Subscribe to Calvary Emerald Coast</a></p>