body {
   background-color: #eeeeee;
   font-family: Verdana, sans-serif;
   }

#coolHeader {
   font-weight: medium;
   border-bottom: 1px solid #333333;
   padding-top: 10px;
   padding-bottom: 5px;
   letter-spacing: .3em;
   padding-left: 16px;
   }

#gelscore {
   color: #ff6600;
   }

#by {
   color: #666666;
   }

#wesbarris {
   color: #009900;
   }

#menuContainer ul {
   margin: 0;
   padding: 0;
   padding-top: 5px;
   list-style-type: none;
   /*text-align: center;*/
   font-size: smaller;
   }

#menuContainer ul li {
   display: inline;
   }

#menuContainer ul li a {
   text-decoration: none;
   padding: .2em 1em;
   color: #666666;
   background-color: #eeeeee;
   }
#menuContainer ul li a:hover {
   color: #000000;
   background-color: #eeeeee;
   }

#body {
   color: #333333;
   background-color: #ffffff;
   margin-left: 10%;
   margin-right: 10%;
   margin-top: 20px;	/* outside */
   margin-bottom: 20px;
   padding-top: 14px;	/* inside */
   padding-left: 1em;
   padding-right: 1em;
   border: 4px double #666666;
   font-size: smaller;
   }

#body a { color: #6666cc; }
#body a:hover { color: #0000ff; }

h1,h2,h3 {
   font-size: 1.0em;
   text-transform: lowercase;
   }
td {
   font-size: smaller;
   }

#top {
   margin-top: 0px;
   }

ulx {
   margin-left: 0;
   padding-left: 0;
   list-style: none;
   }

li {
   /*padding-left: 10px;*/
   /*background-image: url(img/bullet.gif);*/
   /*background-repeat: no-repeat;*/
   /*background-position: 0 .5em;*/
   padding-top: 5px;
   padding-bottom: 5px;
   }

#clear {
   clear: both;
   padding-bottom: 10px;
   }

#footer {
   border-top: 1px solid #333333;
   padding-top: 5px;
   text-align: center;
   font-size: smaller;
   /*clear: both;*/
   }

#footer a {
   text-decoration: none;
   color: #333333;
   }

#footer a:hover {
   text-decoration: none;
   color: #000000;
   }
