a.rss
{
 display: inline-block;
 padding: 0.2em 0.7em;
 border: 0.3em solid;
 border-top-color: #FFD9BF;
 border-left-color: #FFC7A1;
 border-bottom-color: #542100;
 border-right-color: #BA4A00;
 background-color: #FF6600;
 color: #FFFFFF !important;
 text-shadow: 1px 1px 1.5px #000000;
 font-family: sans-serif;
 font-weight: 900;
 font-size: 7pt;
 letter-spacing: 0.3em;
 text-transform: uppercase;
 text-decoration: none !important;
}
a.rss:hover
{
 text-shadow: 2px 2px 2px #000000;
 background-color: #FF7700;
}
a.rss:focus
{
 outline: 0;
 background-color: #FF7700;
}
a.rss:active
{
 text-shadow: 2px 2px 1.5px #000000;
 padding: 0.2em 0.7em 0.2em 0.7em;
 border-top-color: #542100;
 border-left-color: #BA4A00;
 border-bottom-color: #FFD9BF;
 border-right-color: #FFC7A1;
 background-color: #FF6600;
}