body {
  background-color: #eeffff;
  font-family: Arial,Helvetica,sans-serif;
}
h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #33ffff;
}
.navbar {
  position: absolute;
  background-color: #66ffff;
  font-size: 12px;
  list-style-type: circle;
  width: 110px;
  padding-top: 2px;
  padding-left: 2px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 18px;
}
.content {
  left: 130px;
  padding-left: 5px;
  position: absolute;
  top: 65px;
}
.navbox {
  border-style: none;
  top: 65px;
  background-color: #66ffff;
  position: absolute;
  height: 100%;
}
.headbox {
  position: absolute;
  width: 100%;
  padding-top: 0px;
  top: 0px;
  background-image: url(Heading.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  color: #333399;
}
.table_head {
  background-color: #00cccc;
}
.log_date {
  font-weight: bold;
  text-align: right;
}
.footer {
  font-size: small;
  text-align: center;
}
h2 {
  color: #333399;
}
.copyright {
  font-size: xx-small;
  text-align: right;
}
caption {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}
h3 {
  color: #333399;
}
h4 {
  color: #333399;
}

