
/*
RSS feed button

January 2005

*/


/*
Basic RSS button - a link as general HTML content
*/

.rss_button,
a.rss_button {
	color	:	#ffffff;
	background-color	:	#ffaa00;
	border-color	:	#ff6600;
	text-decoration	:	none !important;
	font-weight	:	bold;
	font-family:	sans-serif, monospace;
	font-size: 0.75em;

	border	:	2px outset;
	margin	:	2em 0em 0em 0em;
	padding	:	0em 0.5em 0em 0.5em;
	width: 40px;
}

.rss_button:visited,
a.rss_button:visited {
	background-color	:	#ff6600;
	color	:	white;
}
.rss_button:hover,
a.rss_button:hover {
	background-color	:	#ff9900;
	color	:	white;
}
.rss_button:active,
a.rss_button:active {
	border-style	:	inset !important;
	color	:	white;
}


