body {
  font-family: Vderdana, Arial;
  background-color: #333333;
  font-size: 0.8em;
}

p {
  color: #fff;
}

h1 {
  color: #cccccc;
  font-family: Gill Sans, sans-serif;
  font-size: 3.5em;
}

h2 {
  color: #cccccc;
  font-family: Times New Roman, serif;
  font-size: 1.5em;
}

#wrap {
  margin-top: 150px;
  width: 100%;
  text-align: center;
  float: center;
}

#header {
  width: 400px;
  font-size: 0.8em;
  text-align: left;
  margin: 30px auto 70px;
}

#content {
  width: 400px;
  text-align: center;
  margin: 30px auto 70px;
}

a, a:visited {
  text-decoration: underline;
  color: #ffffff;
  background-color: inherit;
}

em {
  font-style: italics;
  color: #ffffff;
}
