html, body   { background:rgb(120,137,145); height: 100%; margin:0; padding:0; 
             color: rgb(204,242,242); font-family: Comic Sans MS; font-size:18px; }
#head          { background-image:url('../_img/bg.gif'); background-repeat:no-repeat; 
             background-position:center;
             height:80px; font-size:48px; text-align:center;}
#menu          { position: absolute; top:80px; width:240px; }
#menu ul       { margin-left: 5px; list-style-image:url('../_img/menu.gif'); padding-left:25px;}
#menu li        { cursor:pointer; font-size:90%;}
#menu li  .act  { list-style-image:url('../_img/menuact.gif');}
#menu li:hover { font-weight:bold;  list-style-image:url('../_img/menusel.gif');}
#content      { position: absolute; top:90px; left:230px; right:10px;  }
#conthead    { font-size:32px;}
#foot           { position: fixed; left:10px; right:10px;  bottom: 0; color:white;   
              border-top: 3px rgb(20,81,170) solid; font-size: 0.8em; text-align: center;    }
a                  { color: rgb(204,242,242); text-decoration: none;}
code              { font-family:'Courier New'; color:yellow; font-weight:bold;}
pre.hl	{ width:auto; border:1px; color:#000000; background-color:white; font-size:10pt; font-family:'Courier New';}
.hl.num { color:#800080; font-weight:bold; }
.hl.esc { color:#ff00ff; font-weight:bold; }
.hl.str { color:#a68500; }
.hl.pps { color:#0000ff; }
.hl.slc { color:#f27900; }
.hl.com { color:#ff8000; }
.hl.ppc { color:#0080c0; font-weight:bold; }
.hl.opt { color:#ff0080; font-weight:bold; }
.hl.lin { color:#303030; }
.hl.kwa { color:#bb7977; font-weight:bold; }
.hl.kwb { color:#8080c0; font-weight:bold; }
.hl.kwc { color:#0080c0; }
.hl.kwd { color:#004466; }
