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