body{
    font-weight: normal;
    font-size: 12px;
    font-family:Helvetica,Arial,sans-serif;
    margin: 0px;
}
a:link {
    color:#660033;
    text-decoration:none;
}
a:visited {
    color:#660033;
    text-decoration:none;
}
a:hover {
    color:#c60;
    text-decoration:underline;
}

/*
 img {
     border-left:      1px outset white;
     border-right:     1px outset black;
     border-top:       1px outset white;
     border-bottom:    1px outset black;
     }
*/
   .feldx {
     background-color: white;   
     border-collapse:collapse; 
     border: black solid 3px;
     font-family:Helvetica,Arial,sans-serif;font-size:20px;
     }
   .nx,.lx,.ox,.lox {
     border: black solid 1px;
     width:36px;
     height:36px;
     vertical-align:middle;
     text-align:center;}
   .lx,.lox {
     border-left: black solid 2px;
     }
   .ox,.lox {
     border-top: black solid 2px;
     }
   .ziffer,.hint{
      color: green;
      background-color: white;
      border: 0px solid black;
      width: 34px;
      height: 34px;  
      font-weight: normal;
      font-size: 22px;
      font-family:Verdana,Helvetica,Arial,sans-serif;
      text-align: center; 
      vertical-align: middle;
      }
   .hint{
      color: black;
      }
