a:link {
	text-decoration: none;
	color: #996600;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #996600;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC9900;
	font-weight: bold;
}
h2 {
	margin-top: 25px;
	margin-bottom: 30px;
	color: #221A58;
}
h3 {
	color: #221A58;
}
.button {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 3px;
	font: bold 11px verdana,sans-serif;
	color: #FFF;
	background:#F60;
	text-decoration: none;
	margin: 0;
}
.feed_item {
	margin: 20px 30px 20px 30px;
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #C2A877;
	border-bottom: 1px solid #C2A877;
}
.feed_title, .feed_desc, .feed_url, .feed_formats_text, .feed_formats {
	margin: 5px 0 5px 0;
}
.feed_formats {
	margin-left: 20px;
	margin-top: 7px;
}
.emphasis {
	color: #666;
	font-weight: bold;
	font-style: italic;
}
