BODY {
   margin: 0em;
   
}

A:link {
  color: navy;
  text-decoration: underline;
}

A:visited {
  color: navy;
  text-decoration: underline;
}

A:active {
  color: red;
}

A:hover {
  color: red;
  text-decoration: none;
}

A.footer:link {
  color: #777777;
  text-decoration: underline;
}

a.footer:hover {
  color: red;
  text-decoration: none;
}

h1 {
  font-family: Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-family: Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-family: Tahoma,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin-left: 1em;
}


P {
  margin: 1em;
}

P.footer {
  font-size: 0.6em;
  color: #666666;
  text-align: center;
}

UL.menu {
  list-style-type: square;
  margin: 6px 6px 6px 20px;
  padding: 6px 6px 6px 6px;
}


