  table { border: solid #333333 1px; width: 60%; text-align: left; border-collapse: collapse; margin: 2px auto; }
  table td { border: solid #333333 1px; padding: 1px 5px; }

  a { color: #555555; text-decoration: underline; }
  a:hover { text-decoration: none; color: black; margin-left: 0px; /*_margin-left: 14px;*/ }
  table td, table th { text-align: center; }
  table td:first-child { text-align: left; }
  table td:first-child a { margin-left: 14px; }
  table td:first-child a:hover:before { content: "» "; margin-left: -10px; }
  table.left td { text-align: left; }
  
  .header td { text-align: center; }
  .header a { color: black; margin-left: 0px; }
  .header a:hover:before { content: "× "; margin: 0px; }
  .header a:hover:after { content: " ×"; }

  h3 { margin: 2px; }
  h2 { text-align: center; }

  .usrInfo {
    position: fixed;
    top: 10px;
    left: 2px;
    border: solid black 1px;
    padding: 5px 8px;
    background-color: #EEEEEE;
  }
  
  legend { font-weight: bold; margin: -15px 0px 10px 0px; background-color: #EEEEEE; border: solid 1px; }
  
  .div1 {
    border: solid black 1px;
    width: 60%;
    margin: 0px auto;
    padding: 5px 0px;
  }

