/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

a.cssbutton{
background-color: #1F497D;
border: 2px #002060 outset;
padding: 1px 4px;
color: #FFFFFF;
text-decoration: none;
font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

a.cssbutton:visited{
color: #FFFFFF;
}

a.cssbutton:hover{
border-style: inset;
background-color: #C6D9F1;
color:#002060;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

a.cssbutton:active{
color: #FFFFFF;
}

