BODY{
  background-color: white;
  color: black;
  font-family: sans-serif;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: justify;
}

H1{
  background-color: #333399;
  color: white;
  font-weight: bold;
  font-size: xx-large;
  text-align: center;
}

H2{
  background-color: white;
  color: #333399;
  font-weight: bold;
  font-size: large;
  text-align: center;
}

A:link{
  background-color: white;
  color: black;
  text-decoration: underline;
}

A:visited{
  background-color: white;
  color: blue;
  text-decoration: underline;
}

P.Footer{
  margin-top: 10em;
  font-size: small;
  text-align: right;
}

P.Image{
  text-align: center;
}

