body {
    width: 800px;
  margin-left: auto;
  margin-right: auto;
}

DIV { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

DIV P { 
  text-align: center;
}

DIV H1 {
  color: rgb(51, 51, 51);
  font-weight: 900;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
  letter-spacing: 1px;
  text-align: center;
}

.centered { 
  color: rgb(51, 51, 90);
  font-weight: 900;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
  letter-spacing: 1px;
}

P {
  color: rgb(51, 51, 51);
  font-size: 13px;
  line-height: 18px;
  font-family: Georgia,"Times New Roman",Times,serif;
  text-align: justify;
  word-spacing: 2px;
}

#title { 
  font-family: Helvetica;
  text-align: center;
 }

P.subtitle { 
  letter-spacing: 5px;
  text-align: center;
}

.information P {
  width: 600px;
  color: rgb(51, 51, 51);
  font-size: 13px;
  line-height: 18px;
  font-family: Georgia,"Times New Roman",Times,serif;
  text-align: justify;
  word-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
}

.information A {
  font-family: Georgia,"Times New Roman",Times,serif;
  text-transform: none;
  letter-spacing: normal;
}

.information {
  width: 600px;
  color: rgb(51, 51, 51);
  font-size: 13px;
  line-height: 18px;
  font-family: Georgia,"Times New Roman",Times,serif;
  text-align: justify;
  word-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
}

.centered {
    text-align: center;
}