html, body   { background:white ; height: 100%; margin:0; padding:0; 
             color: blue; font-family: Comic Sans MS; font-size:20px; }
#head          { background:lightblue;background-image:url('../_img/cneu.gif'); background-repeat:no-repeat; 
            background-position:left;
		    height:90px; font-size:48px; text-align:center;color:blue;
			}
#menu          { position: absolute; top:90px; width:300px; height: 150%; background:lightblue;}
#menu ul       { margin-left: 5px; list-style-image:url('../_img/menucs.gif'); padding-left:40px;}
#menu li        { cursor:pointer; font-size:90%;}
#menu li  .act  { list-style-image:url('../_img/menucsact.gif');}
#menu li:hover { font-weight:bold;  list-style-image:url('../_img/menucssel.gif');}
#content      { position: absolute; top:90px; left:303px; right:10px;  font-size:14px; color: darkblue;}
#conthead    { font-size:32px;}
#foot           { position: fixed; left:10px; right:10px;  bottom: 0;  color:green;   
              border-top: 3px rgb(20,81,170) solid; font-size: 0.6em; text-align: center; background:white  }
                  { color: rgb(21,242,242); text-decoration: none; }
#csvtab .head {background:lightblue}
#csvtab .even {background:white}
#csvtab .odd  {background:white}

#highlight  {color:black;}
.keyw  { font-family: Courier New; font-size:120%; color:yellow;}
#src   { font-family: Courier New; border: 1px dottet black;}
