body,td,th,p,li{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
}
body{
  margin: 0px;
  background-color: #FFFFFF;
}
p{
  margin-top: 0px;
  line-height: 17px;
  margin-bottom: 10px;
}
ol,ul{
  margin-top: 0px;
  line-height: 17px;
  margin-bottom: 10px;
}
li{
  line-height: 17px;
  margin-top: 4px;
  margin-bottom: 6px;
}
h1{
  font-size: 18px;
  line-height: 16px;
  color: #BF1111;
  margin-bottom: 10px;
  font-weight: bold;
}
h2{
  margin-top: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #0A0545;
  margin-bottom: 5px;
}
h3{
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 5px;
}
a:link{
  color: #0A0545;
}
a:visited{
  color: #666666;
}
#header {
       margin-top: 0px;
       margin-left: 10px;
       margin-right: 0px;
       height: 100px;
       position: absolute;
}
#linkbar {
       margin-top: 100px;
       margin-left: 10px;
       margin-right: 0px;
       position: absolute;
       background-color: #999999;
       height: 30px;
}
#navcontainer {
       margin-left: 0px;
       margin-top: 45px;
       position: absolute;
       width: 175px;
       height: 750px;
       padding: 10px;
       background-image:
       url('http://www.m2mbook.org/jerrystripe4b.jpg');
       background-repeat: rerpeat-y;
}

#main {
       margin-top: 130px;
       margin-left: 210px;
       margin-right: 5px;
       position: absolute;
       padding: 5px;
       background-color: #ffffff;
}
