
FRAME {
  border: none;
}

HTML,BODY {
  border: none;
}

BODY {
  font-family: Arial, Helvetica;
  text-align: justify;
}

BODY.menu {
  color: white;
}

H3.menu {
  color: white;
}

.menu UL {
  margin: 10pt;
  padding: 0pt;
}

.menu LI {
  border: 1px solid #C0C0C0;
  margin: 2pt;
  padding-left: 5pt;
  background-color: blue;
  color: white;
  font-style: bold;
  list-style: none;
  text-align: left;
}

.menu A:link {
  font-family: Arial, Helvetica;
  text-decoration: none;
  color: white;
}

.menu A:visited {
  font-family: Arial, Helvetica;
  text-decoration: none;
  color: white;
}

.empty A:link IMG {
  text-decoration: none;
  border: none;
}

.empty A:visited IMG {
  text-decoration: none;
  border: none;
}

.empty {
  background-color: white;
}

IMG.banner {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 2;
}

H1.banner {
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 3;
  color: #A0E0FF;
  font-size: 72;
  font-face: Arial, Helvetica;
  font-weight: bold;
}

H2.banner {
  position: absolute;
  top: 130px;
  left: 50px;
  z-index: 3;
  color: #A0E0FF;
  font-size: 36;
  font-face: Arial, Helvetica;
  font-weight: bold;
}
