body {
 margin: 0em;
 padding: 0em;
 font-size: medium;
 background: #ffffff none;
 color: black;
 font-family: sans-serif,Helvetica,Verdana,Arial;
}

#logo {
 margin-top: 50px;
 margin-bottom: 30px;
}

#intro {
 padding-top: 30px;
 margin-left: auto;
 margin-right: auto;
 width: 450px;
 font-family: sans-serif,Helvetica,Verdana,Arial;
 text-align: center;
}

a, a:link, a:active {
  color: #07b;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 3px;
}

a:visited {
  color: #07c;
  text-decoration: none;
  padding: 0 0 0 3px;
}

a:hover {
  color: #999;
  text-decoration: none;
  padding: 0 0 0 3px;
}

