H2 {
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

H3 {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

P {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  margin-bottom: 8px;
}

TABLE.contact TR TD P {
  margin-bottom: 0px;
 
}
TABLE.contact TR TD P INPUT {
  width: 400px;
  height: 40px;
  border: solid 1px #c0c0c0;
  background-color: #e0e0e0;
  color: #606060;
  font-size: 125%;
}
TABLE.contact TR TD P TEXTAREA {
  width: 400px;
  height: 160px;
  background-color: #e0e0e0;
  color: #606060;
  font-size: 125%;
}
TABLE.contact TR TD.recap P INPUT {
  width: 60px;
  height: 40px;
  border: solid 1px #c0c0c0;
  background-color: #e0e0e0;
  color: #606060;
  font-size: 125%;
}
LI P {
  margin: 0px;
  margin-bottom: 0px;
}
DIV.bottom P {
  margin: 0px;
  margin-bottom: 0px;
}
P.tiny {
  font-family: Helvetica, sans-serif;
  font-size: 10px;
}

DIV.firstmenu {
  float: left;
  padding-left: 20px;
  padding-right: 50px;
}
DIV.menu {
  box-sizing: border-box;
  border-left: solid 0.5px gray;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  height: 20px;
  margin: 0px;
  padding-top: 7px;
}
DIV.menu P {
  position:relative;
  top: -6px;
  text-align: center;
  font-weight: 500;
  font-variant: small-caps;
  font-size: 20px;
  font-family: Helvetica, sans-serif;
  color: #000000;
}
DIV.menu P:hoover {
  color: #808080;
}

DIV.nextmenu {
    clear: both;
}

