.feedburnerFeedBlock  {
    background: #69AD36;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #FFFFFF;
    padding: 10px;
    box-shadow:5px 5px 10px #334455;
    -webkit-box-shadow:5px 5px 10px #334455;
    -moz-box-shadow:5px 5px 10px #334455;
}	

.feedTitle {
    border-bottom-style: solid;
    border-color: #477fba;
    font-size: 18px;
    color: #000000;
	padding-bottom: 10px;
}

.feedTitle a {
    color: #000000;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: none;
}

.headline a {
    color: #000000;
	text-decoration: none;
	
}

.headline a:hover {
    text-decoration: underline;
	list-style-type: decimal;
}

.categories a {
    color: #FFFFFF;
	text-decoration: none;
}

.categories a:hover {
    text-decoration: underline;
}

.creditfooter  {
    float: right;
}

