head { background-color: #00FF00;
       color: #FFFF00;
       font-family: "Verdana";
       text-align: left;
}
body { background-color: #00FF00;
       color: #0404B4;
       font-family: "Verdana";
       text-align: left;
}
h1 { background-color: #00FF00;
     color: #FE2E2E;
     line-height: 200%;
     text-align: left;
}
div { font-style: bold;
}
category { font-style: bold;
           background-color: #00FF00;
           color: #0404B4;
           font-size: 1.1em;
           text-align: left;
}
footer { font-size: .70em;
         font-style: italics;
         text-align: left;
}
#wrapper { width: 800px;
           margin-left: auto;
           margin-right: auto;
}  

