/*This sheet is for the January ski season */

BODY { scrollbar-base-color: #ACB4C5;
       scrollbar-arrow-color: #4474B4;
       /*background-image: URL(http://www.stadiumdistrict.com/images/january.gif);*/
       backround-repeat: no-repeat;
       background-color:#FFFFF0;
       margin-left:2px;
      }


TABLE { align: left;
        background-color:#ACB4C5;
      }

THEAD {font: 12pt Verdana;
       color:#4474B4;
       font-weight: bold;
      }
      
  H2 {font: 14pt Verdana;
        color:#4474B4;
        font-weight: normal;
        text-decoration: underline
     }

  H3 {font: 12pt Verdana;
        color:#4474B4;
        font-weight: normal;
        text-decoration: none;
     }

     
  H4 {font: 10pt Verdana;
        color:#4474B4;
        font-weight: normal;
        text-decoration: none;
        background-color: white
      }


SPAN.title{font: 10pt Verdana;
        color:#FCFCFC;
        font-weight: bold;
        text-decoration: none;
     }

  P  {font: 12pt Verdana;
        color:#4474B4;
        font-weight: normal;
        text-decoration: none;
     }

TD.space{border-right: 0px;
        border-left: 0px;
        background-color:#4474B4;
      }




/* unvisited links */
A:link {text-decoration: none;
	background-color: #ACB4C5;
	color: #FF1831
	}

/* visited links   */        
A:visited {text-decoration: none;
           background-color: #ACB4C5;
           color: #FF1831
           }

/* user hovers     */        
A:hover {text-decoration: none;
	 font-style: italic;
         background-color: #ACB4C5;
         color:#FF1831
         }        

/* active links    */        
A:active {text-decoration: none;
          background-color: #ACB4C5;
          color:#800020
          }        
      

