a:link{
  color: #00f;
  text-decoration: none;
}
a:visited{
  color: #00f;
  text-decoration: none;
}
a:hover{
  color: #f00;
  text-decoration: underline;
}
a:active{
  color: #0ff;
  text-decoration: underline;
}
body{
  font-family: serif;
  text-align: center;
  background-color: #FFF;
/*
  background-image: url(../img/graph-paper.gif);
  background-repeat: repeat;
  */
}
#body{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #F00;
}
#header{
  text-align: right;
  background-color: #00F;
  }
#photo{
  width: 300px;
  height: 250px;
  float: left;
 }
#id{
  margin-left: 320px;
  }
#main{
  clear: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#footer{
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
h1{
  text-align: left;
  font-size: 250%;
  font-family: Times, "Times New Roman", sans-serif;
  border-style: solid none solid none;
  border-width: 1px 0pt 1px 0pt;
  border-color: #00f;
  margin-top: 0pt;
  }
h2{
  text-align: left;
  font-family: Time, "Times New Roman", sans-serif;
  }
em{
  font-size: 150%;
  font-family: sans-serif;
  font-style: normal;
}
