html {
  overflow: auto;
}
body {
  font-size: 100%;
  font-family: Helvetica, Arial, Sans-Serif;
  margin: 0px;
  padding: 0px;
  text-align: left;
  height: 100%;
  max-height: 100%;
}
a {
  color: black;
  text-decoration: underline;
}
a:active {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: underline;
}
a:hover {
  text-decoration:overline underline;
}
.title {
  margin-top:2px;
  text-align:center;
}

.head {
  position: relative;
  margin-left: auto;
  margin-right: auto; 
  height: 45px;
  width: 850px;
  text-align:center;
  border-bottom: 1px solid black;
}
.content {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  padding: 10px;
  padding-top: 0px;
}
.home {
  font-variant:normal;
  text-decoration: none;
  display:block;
  width: 425px;
  height: 45px;
  line-height: 45px;
  background-image:url(gfx/infobutton.gif);
  background-repeat:no-repeat;
  background-position:365px center;
  float:left;
}
.home:hover {
  text-decoration: none;
  border-bottom: 2px solid black;
  background-image:url(gfx/gobutton.gif);
  font-weight:bold;
  font-size: larger;
}
.home:visited {
  color: black;
  text-decoration: none;
}
.ua {
  font-variant:normal;
  text-decoration: none;
  display:block;
  width: 425px;
  height: 45px;
  line-height: 45px;
  background-image:url(gfx/faqbutton.gif);
  background-repeat:no-repeat;
  background-position:30px center;
  float:left;
}
.ua:hover {
  text-decoration: none;
  border-bottom: 2px solid black;
  background-image:url(gfx/gobutton.gif);
  font-weight:bold;
  font-size: larger;
}
.ua:visited {
  color: black;
  text-decoration: none;
}
table {
  border-collapse:collapse;
}
td {
 border:1px solid black;
}
