    body { margin-top : 00px;
           margin-bottom : 00px;
           margin-left : 00px;
           margin-right : 00px;
           background-color : white;
    }
    th { line-height : 102%;
       font-family : helvetica, sans-serif;
       text-align: left;
    }
    p { font-family:Verdana,Arial,Helvetica,sans serif;
        margin-left: 5%;
        margin-right: 5%;
        text-align: justify
      }
    pre { margin-left: 5% }
    div { margin-left: 40px;
          margin-right: 60px;
          text-align: justify
        }
    div.right {
          margin-right: 5%;
          text-align: right
        }
    ul {
        margin-left: 2%;
        margin-right: 8%;
        text-align: justify
    }
    ol.menu {
     font-family : helvetica, sans-serif;
     line-height : 102%;
    }
    h2 {font-family:Verdana,Arial,Helvetica,sans serif;
        font-size:16px;
        font-weight:bold;
        text-indent: 28px;
        }
    h3 {font-family:Verdana,Arial,Helvetica,sans serif;
        font-size:14px;
        color:#6e5028;
        font-weight:normal;
        text-indent: 24px;
        }
    h4 {font-family:Verdana,Arial,Helvetica,sans serif;
        font-weight:bold;
        color:black;
        margin-left: 5%;
        margin-right: 5%;
        display: inline;
        }
    a:link { color:#00008B; text-decoration:none; }
    a:visited { color:#00008B; text-decoration:none; }
    a:hover { color:#00008B; text-decoration:underline; }

.details {
  display: none;
}

.tooltip {
  position: absolute;
  width: 120px;
  border: 1px solid #ff6600;
  padding: 5px;
  background: #ffd291;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: none;
  left: 22px;
  top: 33px;
  z-index: 2;
}

