/* ---------------- Headings --------------------------------- */
H1 {
  font-family: verdana;
  font-size:   large;
  font-weight: bold;
  color: #17529E;
  margin:.5em 0;
}

BODY {
  margin-top: 1px;
}

#A, .confirm{
  text-align:center;
  font-family: verdana;
  font-size:   xx-small;
  font-weight: bold;
  line-height: 17px;
  color: #FF0000;
}

#gen, #gen1{
  font-family: verdana;
  font-size:   small;
  color: #17529E;
}

#gen{
  border-bottom: 1px dashed #17529E;
}

#gen1{
  float:left;
}

#wrapper{
  width:700px;
  margin: auto;
}

P {
  margin:0;
}

#gen1 P {
  margin: 2em 0;
}

#gen1 UL A, #gen1 UL A:ACTIVE, #gen1 UL A:HOVER, #gen1 UL A:VISITED {
  color: #17529E;
}

#gen1 UL A, #gen1 UL A:ACTIVE, #gen1 UL A:VISITED {
  text-decoration:none;
}

#gen1 UL A:HOVER {
  text-decoration:underline;
}

FORM {
  margin:1em 0;
}