
a:link, a:visited {
	color: #0411BA;
}

a:hover {
	color: #FB840F;
}

#footer a:hover
{
	background-color: #0411BA;
}

body {
	background-color: #FF9933;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 775px;
	text-align: center;
	margin: auto;
}

.feed-image {
	margin: 80px 90px 20px 0px;
	float: right;
	width: 200px;
}

.text {
	margin: 10px 300px 0 90px;
	text-align: center;
	background-color: #FFAA66;
	padding: 10px;
	font-size: small;
		
	-moz-box-shadow: 1px 1px 5px #FFF;
	-webkit-box-shadow: 1px 1px 5px #FFF;
	box-shadow: 1px 1px 5px #FFF;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.text #heading {
	font-weight: bold;
	text-align: center;
}

.text  #feeds-table {
	text-align: left;
	border: 0px;
	margin: auto;
}

.text .feed-icon {
	float: left;
	padding-right: 3px;
	margin-top: 2px;
}

.text .feed-title {
	color: #000; 
	padding: 5px 0 0 0;
}

.text .feed-title  a {
	color: #000; 
	text-decoration:none;
}

.text .feed-title a:hover {
	background-color: #FFAA66;
	color: #FFF;
}