    body {  font-family: serif; }
    .active { background: green; color: white;  }
    .inactive { background: white; color: black; }
    
    img { border: 0 }
    
    a { color: black; text-decoration: none;  margin: 1px; padding 0;  }
    a:hover { text-decoration: underline; }
    
    a.word { color: black; text-decoration: none; margin: 1px; padding 0; border-bottom:1px dotted black }
    a.word:hover { border: 1px dotted orange; margin: 0px}
    a.word:active {   }
    a.word:visited {  }
    a.word:focus { outline: none; -moz-outline-style: none; }
    
    table.box { border: 1px solid #aaa; width: 300px;  }
    table.boxcontainer { margin-bottom:10px; }