html, body{
  height: 100.1%;
}
body,td{
  font-family: verdana;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
}
p{
  font-family: verdana;
  font-size: 14px;
  color: #000000;
}
.heading{
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
}
.subheader{
  text-decoration: underline;
  font-family: arial;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  padding: 5px 5px 5px 5px;
}
.footer{
  font-family: arial;
  font-weight: bold;
  color: white;
  text-align: center;
  vertical-align: middle;
  height: 35px;
} 
.bodycontent{
  border: black 1px solid; 
  background-color: #ffffff; 
  padding: 5px 5px 5px 5px;
  font-size: 14px;
}
xmp{
  color: white;
}
a{
  color: #007f7f;
  font-weight: bold;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a.menulink{
  font-family: arial;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}