
html {
  background-color: #E0E6FF;
  color: #660033;
}

body {
  background-color: #E0E6FF;
  color: #660033;
}

a.h {
  color: #330099;
  text-decoration: underline;
}

a.h:visited {
  color: #660099;
  text-decoration: underline;
}

a.h:hover {
  color: #A00000;
  background-color: #FFFFFF;
}

a.h:visited:hover {
  color: #A00000;
  background-color: #FFFFFF;
}

div.mainwrapper {
  margin-left: auto;
  margin-right: auto;
  width: 380px;
  text-align: center;
  padding-top: 10pt;
  padding-bottom: 10pt;
}

img.titleimage {
  border-top: 2px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}

p.titleimage {
  color: #777B88;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
}

p.contact {
  margin: 4pt 8pt;
  text-align: center;
  font-size: 0.85em;
  font-weight: bold;
}

div.family {
  float: right;
  border: 1pt solid #777B88;
  background-color: #FFFFFF;
  padding: 4pt 8pt;
  margin-top: 4pt;
}

div.family h2 {
  text-align: center;
  font-size: 2em;
  margin: 4pt;
  text-transform: uppercase;
  font-weight: bold;
}

div.family p {
  text-align: center;
  font-size: 1.em;
  margin: 4pt;
  font-weight: bold;
}

div.surf {
  padding-top: 10pt;
  padding-right: 4pt;
  padding-bottom: 10pt;
  float: left;
}

div.surf h2 {
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  margin: 4pt;
}

div.surf p {
  text-align: center;
  font-size: 0.9em;
  margin: 4pt;
}