  body {margin: 20px; font-size:12pt;}
  div.entry {
    background: white;
    border: solid white 5px;
  }
  div.entryword {
    background: lightgrey;
    border: solid lightgrey 5px;
  }
  div.multi {
    background: white;
    border: solid white 5px;
  }
  div.para {
    background: white;
    border: solid white 5px;
  }
  div.line {
    color: black;
  }
  #edo {
    display: inline;
    color: blue;
  }
  #english {
    display: inline;
    color: red;
  }
  p {
    font-size:12pt;
  }
  a:link {
    color: blue;
    background-color: transparant;
    text-decoration: none;
  }
  a:visited {
    color: blue;
    background-color: transparant;
    text-decoration: none;
  }
  a:hover {
    color: blue;
    background-color: transparant;
    text-decoration: none;
  }
  a:active {
    color: blue;
    background-color: transparant;
    text-decoration: none;
  }
