BODY { 
  margin-left: 10%;
  margin-right: 5%;
  color: #000000;
  background: #FFFFFF;
}

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

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;
}

DIV.color {
  background: #FFCC00;
  padding: 1em;
  width: 100%;
  border: none;
}

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.copyright {
  font-size: smaller;
  color: #000000;
  background: #FFFFFF;
}

P.attribution {
  text-align: right;
  font-size: small;
  color: #000000;
  background: #FFFFFF;
}

