body {
 background-color: #FF0000;
 font-family: verdana, arial;
 font-size: 10pt;
}

a.link {
 text-decoration: none;
 font-family: verdana, arial;
 font-size: 10pt;
 font-weight: bold;
 color: navy;
}

}
a.link:hover, a.link:visited:hover {
 color: red;
 background: #FFFFFF;
}

p {
 font-family: verdana, arial;
 font-size: 10pt;
} 
h3 {
 font-family: "Monotype Corsiva", arial;
 font-size: xx-large;
 color: white;
}
h2 {
 font-family: verdana, arial;
 font-size: 16pt;
 font-weight: bold;
} 
h1 {
 font-family: verdana, arial;
 font-size: 12pt;
 font-weight: bold;
} 
h4 {
 font-family: verdana, arial;
 font-size: 7.5pt;
 font-weight: lighter;
 color: white;
} 
ul {
 list-style-position: inside;
 list-style-type: disc;
 font-family: verdana, arial;
 font-size: 10pt;
}

/* Menu Section */

a.menu {
 text-decoration: none;
 font-family: verdana, arial;
 font-size: 10pt;
 font-weight: 600;
 width: 100%;
 padding: 5px;
 display: block;
 border-width=thin;
 border-color: white;
 border-style: groove;
}
a.menu:link, a.menu:visited, a.menu:active {
 color: white;
 background: red;
}
a.menu:hover, a.menu:visited:hover {
 color: black;
 background: #FFFFCC;
}

/* Calendar Section */

.ascCaption {
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
  background-color: #DDDDDD;
}

.ascWeekdays {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-align: center;
  background-color: #DDDDDD;
 }

.ascDays {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-align: right;
}

.ascEvents {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  text-align: left;
  background-color: #FFFFFF;
}
