.main {
width:100%;
border:0px solid black;
}

.month {
background-color:LIGHTGRAY;
font-weight:bold;
color:BLACK;
border-bottom-width: medium;
}

.daysofweek {
xxbackground-color:gray;
font-weight:bold;
color:BLACK;
}

.days {
xxfont-size: 12px;
xxfont-family:verdana;
color:BLACK;
background-color: lightyellow;
padding: 1px;
}

a.calendar:link {color: BLUE}
a.calendar:visited {color: DARKRED}
a.calendar:hover {color: #FF00FF}
a.calendar:active {color: #0000FF}

.today{
  color:BLACK;
  border: 2px solid RED; }
.noday {
  color:#FAFFFF;}
.vacation {
  color:BLACK;
  background:LIGHTYELLOW; }
.break {
  color:BLACK;
  background:AQUAMARINE; }
.weekend {
  color:GRAY;
  background:LIGHTYELLOW; }
.noclass {
  color:BLACK;
  background:#FFFF99; }
.classday {
  color:BLACK;
  background:#DDF8FF; }
.recitation {
  color:BLACK;
  background:#F4FBFF; }
.midterm {
  color:BLACK;
  background:#FFDDDD; }
.final {
  color:BLACK;
  background:#FFAAAA; }
.hwdue {
  font-weight: bold;
}
.hwnext {
  text-decoration: blink;
}