a:hover {
  color:red;
}
td, body, p  {
  font:normal 12pt "Arial";
}
h2  {
  font:bold 16pt "Arial";
  color: maroon;
}
.Header {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f9f6d7;
  height: 112px;
}
.Moby {
  position: absolute;
  top: 125px;
  left: 50px;
  z-index: 35;
}
.Calendar {
  position: absolute;
  top: 145px;
  left: 50px;
  background: #d2e9eb;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  width: 180px;
  text-align:center;
  font:normal 10pt "Arial";
  z-index: 35;
}
.CalendarTitle {  
  font:bold 12pt "Arial";
  color: #b61d22;
}
.MenuBar {
  position: absolute;
  top: 130px;
  left: 40px;
  width: 750px;
  height: 50px;
  background: #9779da;
  z-index: 25;
}
.Body {
  position: absolute;
  top: 200px;
  left: 260px;
  width: 456px;
  background: #f9f6d7;
  text-align:left;
  color:black;
  z-index: 15;
}
.shadow {
  overflow: hidden;
  position: absolute;
  filter: alpha(Opacity=15); /* modify to change the shade solidity/opacity, same as below */
  opacity: 0.1; /* firefox 1.5 opacity */
  -moz-opacity: 0.2; /* mozilla opacity */
  -khtml-opacity: 0.1; /* opacity */
  z-index: 26
}
