
body {
  color: #000000;
  background-color: #666699;
}

.header {
  color: #FFFFFF;
  background-color: #6666ff;
}

#main_ul { 
  background-image: url(/images/666699ul.jpg);
  width: 20px;
  height: 20px;
}
  
#main_top { 
  background-image: url(/images/666699top.jpg);
  height: 20px;
}
  
#main_ur { 
  background-image: url(/images/666699ur.jpg);
  width: 22px;
  height: 20px;
}
  
#main_ls { 
  background-image: url(/images/666699ls.jpg);
  width: 20px;
}
  
#main_body { 
  background-color: white;
  width: 100%;
  padding: 0 0 0 0;
}
  
#main_rs { 
  background-image: url(/images/666699rs.jpg);
  width: 22px;
}
  
#main_ll { 
  background-image: url(/images/666699ll.jpg);
  width: 20px;
  height: 24px;
}
  
#main_bot { 
  background-image: url(/images/666699bot.jpg);
  height: 24px;
}
  
#main_lr { 
  background-image: url(/images/666699lr.jpg);
  width: 22px;
  height: 24px;
}
  
#menu { 
  position: fixed;
  top: 10px;
  padding: 5px 5px 5px 10px;
  z-index: 10;
  margin: 0 auto;
  width: 728px;
  left: 50%;
  margin-left: -369px;
}

.print {
  display: inherit;
}

.spacer {
  display: block;
  background-color: #666699;
  width: 728px;
  height: 75px;

}

.usno {
  
  color: yellow;
}

TD.day {
  background-color: green;
  color: white;

}
TH.heading {
  background-color: #666699;
  color: white;
}
TD.active {
  background-color: red;
  color: white;

}

.span_month_name {
  display: inline; position: absolute; top:4px;
  z-index: 1;
}
.month_name {
  color: yellow;
}
.previous {
  left: 12px;
}
.next {
  right: 12px;
}
.this {
  font-size: 13pt; 
}
