td.body-bar { background-color: white; 
              background-repeat: repeat;
            }
td.body-bar { background-color: rgba(100%,100%,100%,0.92); 
              background-repeat: repeat;
            }
td.left-bar { background-color: rgb(28,28,128);       color: white;}
td.left-bar { background-color: rgba(28,28,128,0.95); color: white;}
  td.left-bar table col:first-child { width: 1em ; }
  td.left-bar table { table-layout: fixed ; width: 100% ;} 
  /*--------------------------------------------------------------------*/
div.body-bar { background-color: white; 
              background-repeat: repeat;
            }
div.body-bar { background-color: rgba(100%,100%,100%,0.90); 
              background-repeat: repeat;
            }
nav.left-bar { background-color: rgb(28,28,128);       color: white;}
nav.left-bar { background-color: rgba(28,28,128,0.95); color: white;}
nav.left-bar table col:first-child { width: 1em ; }
nav.left-bar table { table-layout: fixed ; width: 100% ;}
  /*--------------------------------------------------------------------*/
div.left-bar { background-color: rgb(28,28,128);       color: white;}
div.left-bar { background-color: rgba(28,28,128,0.95); color: white;}
div.left-bar table col:first-child { width: 1em ; }
div.left-bar table { table-layout: fixed ; width: 100% ;}
  /*--------------------------------------------------------------------*/
  .left-bar a:visited { color: rgb(64,200,64); }
  .left-bar a:link    { color: rgb(192,256,192);}
  .left-bar a:hover   { color: rgb(256,256,64);}
  
