body {
   font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
   color: #000;
   background: #fff;
   margin: 0px 5px 0px 5px;
   padding: ;
   }

h1 {
   background: #C8FFC8;
   font-size: 0.8em;
   margin-top: 0;
   margin-bottom: 0em;
   text-align: left;
   }

#titleCenter {
   font-family: Comic Sans, Comic Sans MS, cursive;
   font-size: 2em;
   margin-top: 1em;
   margin-bottom: 0em;
   text-align: center;
   }

#titleLeft {
   font-family: Comic Sans, Comic Sans MS, cursive;
   font-size: 1.2em;
   margin-top: 1em;
   margin-bottom: 0em;
   text-align: left;
   }

#gCenter {
   text-align: center;
   }

#gLeft {
   text-align: left;
   }

#description {
   font-style: italic;
   font-size: 0.9em;
   margin-top: 0em;
   margin-bottom: 1.5em;
   text-align: center;
   }

a:link {
   color: blue; 
   text-decoration: none;
   }

a:visited { 
   color: blue; 
   text-decoration: none;
   }

a:active { 
   color: black; 
   text-decoration: none;
   }


a:hover { 
   color: green; 
   text-decoration: underline;
   }

