<html>
<style type="text/css">
body { background-color: #6699ff;
       color: #d5e3ff;
       font-family: "Verdana";
}
h1 { background-color: #6699ff;
     color: #003366;
     line-height: 200%;
}
nav { font-style: bold;
}
category { font-style: bold;
           background-color: #6699ff;
           color: #003366;
           font-size: 1.1em;
}
footer { font-size: .70em;
         font-style: italics;
}
#wrapper { width: 800px;
           margin-left: auto;
           margin-right: auto;
}  
</style>
</html>   
