body{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
}

/*Style for headers*/
H1{
  color: #000000;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

H2{
  color: #990000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

H3{
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

P{
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  text-align: justify;
}

.center{
text-align: center;
}

UL{
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
}

.content{
  height: 100%;
  padding-top: 10px;
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}

.copyright{
  color: #000000;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding-top: 7px;
}

.sponsor{
  text-align: center;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

.misc{
  color: #C15B19;
  padding-right: 15px;
  font-size: 13px;
  font-family: Arial;
}

a {
  color: #C15B19;
  text-decoration: none;
  font-size: 13px;
  font-family: Arial;
}
a:hover {
  color: #3333FF;
  text-decoration: underline;
  font-size: 13px;
  font-family: Arial;
}

.vmenu a {
  color: #ffff00;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  font-family: Arial;
}

.vmenu a:hover {
  color: #cc0033;
  text-decoration: none;
  font-weight: normal;
  font-size: 20px;
  font-family: Arial;
}

