﻿<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #ff6600;
border: 2px #000000 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 11px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #8B0000;
border: 2px #00008B outset;
padding: 2px 4px;
color: white;
text-decoration: none;
font: bold 100% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: white;
}

.cssbutton:hover{
border-style: inset;
background-color: #6495ED;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
color: white;
}

.cssbutton:active{
color: white;
}

</style>
