
body {
  background: #ffffff;
  text-align: center;
}

#wrapper {
  margin-left:auto;
  margin-right:auto;
  width:960px;
}

#header{
  position: fixed;
  margin-top: 0px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: 0px;

}
#main{
  width: 960px;
  height: 960px;
  background: #ffffff;
  margin: 25px auto;
  font-size: 16pt;
}
h1{
  text-align: left;
  font-family: "helvetica";
  font-weight: lighter;
  font-size: 24pt;
  color:#424242;
  line-height: 0.0;
}
h2{
  text-align: left;
  font-family: "helvetica";
  font-size:18pt;
  color: #424242;
  line-height: 2.0;
  margin-left: 250px;

}

h3{
  text-align: left;
  font-family: "helvetica";
  font-size: 20pt;
  color: #424242;

}

p{
  font-family: "helvetica";
  font-size: 25pt;
  font-weight: lighter;
  color: #424242;
  margin-left: 250px;
  text-align: justify;
  text-indent: 0px;

}

a:link {color: #424242;}      /* unvisited link */
a:visited {color: #424242;}   /* visited link */
a:hover {color: grey;}     /* mouse over link */
a:active {color: #424242;}    /* selected link */
a:link {color: #424242;}      /* unvisited link */
