BODY {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #FFCC99;
}

table {
  font-family: "Comic Sans MS", sans-serif;
  color: #663300;
  font-size: 8pt;
}
  
#page {
  background-color: #FBE8A5;
  background-image: url(images/evr-bg.jpg);
  background-repeat: repeat-y;
  border-top: 1pt #999999 solid;
  border-right: 3pt #666666 solid;
  border-bottom: 3pt #666666 solid;
  border-left: 1pt #999999 solid;
}

.sml {
  font-size: 7pt;
}

.nav {
  font-size: 7pt;
  font-family: Arial, sans-serif;
}


h1 {
  font-size: 12pt;
}

h2 {
  font-size: 11pt;
}

h3 {
  font-size: 10pt;
}

A {
  color: red;
  text-decoration: none;
}

A:visited {
  color: maroon;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

.frame {
  border: 1px #C30 solid;
}

.frame-dot {
  border: 2px #C30 dotted;
}

#cal {
  background-color: #FFFFCC;
  font-family: Arial, sans-serif;
  font-size: 8pt;
}

#cal th {
  background-color: #FFCC66;
  font-size: 12pt;
}

.fill {
  background-color: #DDDDDD;
}

.holiday {
  background-color: #FFCCCC;
}

#footer {
  font-family: Arial, sans-serif;
  font-size: 7pt;
}

#sidebar {
  font-family: Arial, sans-serif;
  font-size: 7pt;
}

TH {
  text-align: center;
}

BIG {
  font-size: 1.2em;
}

SMALL {
  font-size: 0.8em;
}

.pad5 LI{
  padding-top: 5px;
  padding-bottom: 5px;
}

.alert {
  color: red;
}

.fug {
  color: #FBE8A5;
  border: none;
  background-color: #FBE8A5;
  font-size: 1px;
  line-height: 1px;
}

