td#ptitle { background: #ccff88; color: green; 
            font: bold 22px Verdana;
            font-style: italic;
            border-top: solid green 1px;
            border-right: solid green 1px;
          }
td#logo { background: #66ccff; 
          color: black;
          font: 22px Comic Sans MS;
          width: 140; 
          line-height: 21px; 
          border: 1px solid #0033ff;
        }

div#nav { background: #336699; 
        }

div#nav td { border-right: 1px solid ; 
             color: white; 
             border-color: #999999;
             font: 11px Verdana; 
             padding-right: 3px; 
             padding-top: 0px; 
             padding-bottom: 0px; 
           }
div#nav td a:link { color: white; text-decoration: none; }
div#nav td a:visited { color: white; text-decoration: none; }


div#nav td.navsel { background: #00cc66; 
                    color: black; 
                  } 
