

body {
    color : #336600;
    font-weight : bolder;
  }


.wail {
    font-style : italic;
    font-variant : small-caps;
  }


.note {
    font-style : italic;
    font-weight : normal;
  }


em {
    color : #993300;
    font-style : normal;
    font-weight : bolder;
  }


.footer {
    font-size : 10px;
    font-weight : normal;
  }


hr {
    color : #993300;
    background-color : #993300;
    height: 3px;
    width: 100%;
  }


table.menu {
    background-color : #cc9933;
    color : #336600;
    /* font-size : 10px; */
  }
  
.curmenu {
	color : #CCFF00;
}


td.activetab {
    background-color : #cc9933;
    color : #ccff00;
}


td.tab {
    background-color : #CC6600;
}


a.menu:link {
    color : #336600;
    font-weight : bolder;
    text-decoration : none;
  }


a.menu:visited {
    color : #336600;
    font-weight : bolder;
    text-decoration : none;
  }


a.menu:active {
    color : #ffff00;
    font-weight : bolder;
    text-decoration : none;
  }


a.menu:hover {
    color : #ffffff;
    font-weight : bolder;
    text-decoration : none;
  }


a.tab:link {
    color : #336600;
    font-weight : bolder;
    text-decoration : none;
}


a.tab:visited {
    color : #336600;
    font-weight : bolder;
    text-decoration : none;
}


a.tab:active {
    color : #ffff00;
    font-weight : bolder;
    text-decoration : none;
}


a.tab:hover {
    color : #ffffff;
    font-weight : bolder;
    text-decoration : none;
}


h1 {
    color : #993300;
  }


h2 {
    color : #993300;
  }


h3 {
    color : #993300;
  }


h4 {
    color : #993300;
  }


h5 {
    color : #993300;
  }


h6 {
    color : #993300;
  }


td.day {
    background-color : #669900;
    color : #993300;
    font-size : 25px;
  }


.datebanner {
    font-style : italic;
    color : #993300;
}

.footbanner {
    color : #993300;
    font-size : 12px;
    font-weight : bolder;
}

