a:link {color: #999999; background: black; }
a:visited {color: #999999; background: black; }
a:hover {color: #FA0300; background: black; }
h1 {font-size: 2.0em; font-style: italic; font-family: serif; color: #999999; background: black;}
h2 {font-style: italic; font-size: 1.5em; font-family: serif; color: #999999; background: black;}
h4 {font-size: 1em; font-family: serif; color: #999999; background: black;}
h5 {font-size: 1em; font-family: serif; color: #999999; background: black;}

BODY { 
  margin: 1em;
  line-height: 1.1;
  background: black;
    background-image: url(/images/hoopla_bg.png);
  background-repeat: repeat;
  color: #999999;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, MENU, OL, P, TD, TH, UL {font-size: 1em; font-family: serif; background: black;}

#rotatingpuff, .rotpuff {color: #999999;position:relative;overflow:hidden !important}
.rotwof {color: #999999;background:#000000;overflow:hidden}
.rotpuff {color: #999999;background:#000000;border:1px solid #000000;margin-bottom:.5em}
.rotpuff h2,.rotpuff h3,.rotpuff h4,.rotpuff h5 {margin:0;padding:0 5px;line-height:1.3;font-size:100%}
.rotpuff h5 strong {color:#999999}
#rotatingpuff span {position:relative;bottom:6px;font-size:100%;color: #999999;}

div.main {background: black; font-family: serif;}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 2px;
border: 3px solid #999999;
color: #000000;
background: #999999 top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FA0300;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #FA0300;
outline: none;
background: #000000;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: black;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


