* { 
   margin: 0; 
   padding: 0;
}
body {
   font-size: 62.5%;
   font-family:Arial, Helvetica, sans-serif;
   text-align: center;
   color: #000000;
   line-height: 2.4em;
   background: #cad2de url(images/bg.gif) repeat-x top left;
}
div#wrapper {
   width: 950px;
   text-align: left;
   margin: 0 auto;
   margin-top: 24px; /* leave this as px just in case, so the grid lines are accurate */
}
div#back, div#next {
   width: 68px;
}
div#next {
   float:right;
   text-align: right;
}
div#back {
   float: left;
   text-align: left;
}
div#back a, div#next a {
   text-decoration: none;
   color: #777777;
   font-size:1.7em;
}
div#content {
   float: left;
   width: 740px;
   padding-left:35px;
   padding-right:35px;
}


a, a:active, a:visited, a:hover {
   text-decoration:none;
   color:#000000;
}
h1 {
   font-size: 5.5em;
}
h2 { 
   font-size: 2.4em; 
}
p { 
   margin-bottom: 2.4em;
}

p, td, th, ol li, ul li, blockquote {
   font-size: 1.4em; 
}
img {
   border: 0;
}







