BODY { 
  margin-left: 10%;
  margin-right: 5%;
  color: black;
  background: white;
}

H1, H2, H3 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background: #FFFFFF;
}

A:link  {
  text-decoration: none;
  font-weight: bold;
  color: #0000FF;
  background: #FFFFFF;
}

A:visited {
  text-decoration: none;
  font-weight: bold;
  color: #0000FF;
  background: #FFFFFF;
}

A:active        {
  text-decoration: none;
  font-weight: bold;
  color: #FF0000;
  background: #FFFFFF;
}

A:hover {
  text-decoration: none;
  color: #FF0000;
  background: #FFFFFF;
}

BLOCKQUOTE {
  font-style: italic;
  color: #000000;
  background: #FFFFFF;
}

DIV.menu {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background: #FFFFFF;
}

P {
  color: #000000;
  background: #FFFFFF;
}

P.center {
  text-align: center;
  color: #000000;
  background: #FFFFFF;
}

P.link {
  font-family: sans-serif;
  color: #000000;
  background: #FFFFFF;
}

P.select {
  color: #FF0000;
  font-family: sans-serif;
  background: #FFFFFF;
}

P.copyright {
  font-size: smaller;
  color: #000000;
  background: #FFFFFF;
}

