BODY { 
    font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 11pt;
    line-height: 16pt;    
    color: black;
    background: white; 
}

#content{
    position: relative;
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
}

#menu {
    display:none;
}

#topbar {
    position: relative;
    top: 13px;
    left: 5px;
    width: 760px;
    height: 100px;
}

DIV.hdr1 {
    font-family: Tahoma, Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 11pt;
    line-height: 16pt;
    color: black; 
    font-weight: bold;
    padding-left: 30pt;
 }

DIV.hdr2 {
    font-family: Tahoma, Arial, Geneva, Helvetica, Swiss, SunSans-Regular;
    font-size: 16pt;
    line-height: 20pt;
    color: black; 
    padding-left: 30pt;
}

a:link, a:visited {
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }