A {
    text-decoration : none;
    background : transparent;
    color : #800000;
  }

A:hover {
    background : #FFFF9C;
    color : navy;
  }

A.nav {
    text-decoration : none;
    background : transparent;
    color : #800000;
  }

A.nav:hover {
    background : #FFFF9C;
    color : navy;
  }

td.calendar {
    font-size : 10px;
    font-weight : bold;
    padding-bottom : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-top : 1em;
    text-align : left;
  }

table.month {
    background-color : #FFFFE8;
    font-size : 8pt;
    border-color : #D60000;
    text-align : center;
    font-weight : bold;
  }

table.month2 {
    background-color : #FFFFE8;
    font-size : 8pt;
    border-color : #D60000;
    text-align : left;
    font-weight : normal;
  }

tr.days {
    font-weight : normal;
    color : maroon;
    text-align : center;
    min-width : 20em;
  }

td.today {background-color : #C6EFF7;}

td.event {background-color : #FFFF9C;}

#dropmenudiv{
    position:absolute;
    border:1px solid black;
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid black;
    padding: 1px 0;
    text-decoration: none;
    font-weight: bold;
    color : #800000;
}

#dropmenudiv a:hover{ /*hover background color*/
    background-color: #FFFF9C;
    color : navy;
}