.header  {
   text-align: left;
   color: #000000;
   width: auto;
   height: auto;
   font-size:  48pt;
   font-weight: bold;
   border-bottom: 1px solid #0000ff;
   padding: 0px 10px 0px 10px;
   text-decoration: none;
   font-family: Arial, sans-serif;
}


a {
   color: red;
   text-decoration: none;
}


a:visited {
   color: green;
   text-decoration: none;
}

.hmenu {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px solid;
  padding: 0px 0px 0px 0px;
  text-align: center;
  position: relative;
  top: 0px;
  
}

.hmenu,
.hmenu a.button {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.hmenu a.button {
  background-color: transparent;
  border: 1px solid #3399ff;
  color: #ffffff;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

.hmenu a.button:hover {
  color: #ffffff;
  background-color: #0000cc;
}


.vmenu {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  background-color: #ffffff;
  border: 2px solid;
  padding: 4px 2px 4px 2px;
  text-align: center;
  position: absolute;
  top: 115px;
  left: 9px;
}

.vmenu,
.vmenu a.button {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.vbutton {
  width:100px;
}

.vbutton:hover {
  color: #ffffff;
  background-color: #3399ff;
}

.vmenu a.button {
  background-color: #0000cc;
  border: 2px solid #0000cc;
  color: #ffffff;
  cursor: default;
  margin: 2px;
  padding: 2px;
  text-decoration: none;
  display: block;
}

.vmenu a.button:hover {
  color: #ffffff;
  background-color: #3399ff;
}

.main {
   position: absolute;
   background-color: #ffffff;
   color: #000000;
   font-family: Times New Roman, Arial Narrow, Geneva;
   font-size: 16px;
   text-decoration: none;
   padding: 4px;
   top: 110px;
   left: 150px;
   width: 500px;
}

img {border: 0px solid #3399ff;}
img.blueborder {border: 0px solid #3399ff;}

.footer {
  position:absolute;
  color: #000000;
  font-family: Times New Roman, Arial Narrow, Geneva;
  font-size: 16px;
  text-decoration: none;
  width:200px;
  bottom: 30px;
  right: 50px;
  border: 1px solid #0000ff;
}


.footer a {
  background-color: #0000cc;
  border: 2px solid #0000cc;
  color: #ffffff;
  cursor: default;
  margin: 2px;
  padding: 2px;
  text-decoration: none;
  display: block;
}

.footer a:hover {
  color: #ffffff;
  background-color: #3399ff;
}