body {
  background-color: #4C87D2;
  font-family: georgia, arial, arial narrow;
  font-size: 80%;
}

#content {
  margin: 20px auto 20px auto;
  padding: 0;
  width: 900px;
  background-color: #FFFFFF;
  text-align: center;
}

#content h1{
  font-size: 200%;
}

#content h2{
  font-size: 150%;
}

#content h3{
  font-size: 120%;
}

#content table {
  border-spacing: 10px;
}

#content td {
  vertical-align: top;
  padding: 5px;
}

#content .quote {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #FDCC7C;
}

#content .text {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #FDBA4D;
  padding: 15px;
}

#content .list {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background-color: #FBA212;
}

#footer {
  padding-top: 10px;
  text-align: center;
  font-size: 90%;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: none;
}

a.email {
  color: #000000;
}

#content .big {
  font-size: 130%;
}