a:link{
  color: #0000ff;
  text-decoration: none;
}
a.vmenu:link{
  color: #ff9900;
  text-decoration: none;
}
a:visited{
  color: #000099;
  text-decoration: none;
}
a.vmenu:visited{
  color: #ff9900;
  text-decoration: none;
}
.banner{
  background: #ffffff;
  border: #ff9900 solid 7px;
  font-family: Arial, sans-serif;
  font-size: 21px;
}
body{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.footer{
  background: #ffffff;
  border: #ff9900 solid 7px;
}
h1, h2, h3, h4, h5{
  font-family: Arial, sans-serif;
}
h1{
  font-size: 24px;
  font-variant: small-caps;
}
h2{
  font-size: 22px;
  font-variant: small-caps;
}
h3{
  font-size: 18px;
}
h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
}
.main{
  background: #ffffff;
  border-left: #ff9900 solid 7px;
  border-right: #ff9900 solid 7px;
}
.vmenu{
  background: #000066;
  font-family: Arial Bold, sans-serif;
  font-size: 16px;
  font-variant: small-caps;
  line-height: 170%;
  margin-bottom: 1px;
  padding-left: 5px;
  padding-right: 3px;
}
