/* ------------------------------------ *
 Mr Slammer Website CSS Stylesheet
 * ------------------------------------ */
  body, html {
            scrollbar-base-color:#A28750;
            scrollbar-3dlight-color: #333333;
            scrollbar-darkshadow-color: #A28750;
            scrollbar-face-color: #A28750;
            overflow-x:hidden;
            }
  body  {
            font-family: Verdana;
            font-size: 10pt;
            margin:0;
            background-color:#566756;
         }
  h1     {
            font-family: Times New Roman;
            font-size: 12pt;
            font-style: italic;
         }
  img    {
            border:none;
         }
  table  {
            padding:0;
            border-spacing:0;
         }
   td    {  padding:0;
            border-spacing:0;
         }
   #news a {
            text-decoration: none;
            display: block;
            width:73px;
            height:35px;
          }
   #news a:hover{
            background: url('newsbr.jpg') no-repeat;
         }
   #band a {
            text-decoration: none;
            display: block;
            width:69px;
            height:35px;
          }
   #band a:hover{
            background: url('bandbr.jpg') no-repeat;
         }
   #show a {
            text-decoration: none;
            display: block;
            width:82px;
            height:35px;
          }
   #show a:hover{
            background: url('showbr.jpg') no-repeat;
         }
   #bio a {
            text-decoration: none;
            display: block;
            width:48px;
            height:35px;
          }
   #bio a:hover{
            background: url('biobr.jpg') no-repeat;
         }
   #media a {
            text-decoration: none;
            display: block;
            width:80px;
            height:35px;
          }
   #media a:hover{
            background: url('mediabr.jpg') no-repeat;
         }
   #contact a {
            text-decoration: none;
            display: block;
            width:105px;
            height:35px;
          }
   #contact a:hover{
            background: url('contactbr.jpg') no-repeat;
         }
   #blog a {
            text-decoration: none;
            display: block;
            width:67px;
            height:35px;
          }
   #blog a:hover{
            background: url('blogbr.jpg') no-repeat;
         }
