<!-- Set up the style sheet -->
body {
   background-color: #CCDDEE;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding: 15px 0 5px;
}

A.menu {
    text-decoration: none;
    font-weight: bold;
    color: beige;
}
A.menu:hover { 
    background-color: yellow; 
    color: black;
}

div#main {
   right: 10px;
   padding: 10px; 
}

:link { color: #0000ff; 
    text-decoration: none;
    font-weight: bold;
}  /* for unvisited links */
:visited { color: #FFFFFF 
    text-decoration: none;
    font-weight: bold;
} /* for visited links */
:active { color: #0000ff 
    text-decoration: none;
    font-weight: bold;
} /* when link is clicked */
:hover {  
    background-color: yellow; 
    color: black;
}

P.TagLine {
    text-decoration: none;
    text-align:center;
    font-weight: bold;
    background-color: #336699;
    color: yellow;
    height: 24px;
}

.title {
	color: white;
	font-size: 28pt;
	text-align: center;
}

.hMenuBars, .dMenuBars {
    background-color: #DDEEFF;
    font-weight: normal;
    font-family: fixed;
    font-size: 18px;
}

<!-- Calendar stuff -->
.hCalendarTable, .dCalendarTable {
    border-width: 1px;
    border-style: solid;
    border-color: #DCDCDC;
}
.hCalendarMonthYearRow, .dCalendarMonthYearRow {
    color: #FFFFFF;
    background-color: #FFFFCC;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    text-align: center;
    font-size: 8px;
    height: 10px;
}
.hCalendarDayNameRow, .dCalendarDayNameRow {
    background-color: #999999;
    font-weight: bold;
    font-family: verdana, sans-serif;
    font-size: 8px;
    height: 10px;
}
.hCalendarDayRow, .dCalendarDayRow {
    font-weight: bold;
    font-family: verdana, sans-serif;
    background-color: #eeeeee;
    font-size: 8px;
    height: 10px;
}
.hCalendarDayLinked, .dCalendarDayLinked {
    color: #000000;
    background-color: #cccccc;
    font-size: 8px;
    height: 10px;
}
.hCalendarDay, .dCalendarDay {
    font-weight: bold;
    font-family: verdana, sans-serif;
    background-color: #eeeeee;
    font-size: 8px;
    height: 10px;
}
.hCalendarDayCurrent, .dCalendarDayCurrent {
    font-weight: bold;
    font-family: verdana, sans-serif;
    color: #DCDCDC;
    background-color: black;
    font-size: 8px;
    height: 10px;
}

