

  .term
    {
/*     font-family: arial;
     font-size: 11pt; */
     font-weight: bold;
     color: #00008B;
     border-bottom:1px dotted #0C3;
     cursor: help;
    }

  .definition 
    {
     position: absolute;
     font-family: arial;
     font-size: 11pt;
     line-height: 102%;
     border: 1px solid #336699;
     border-top: 10px solid #336699;
     background-color: #CCFF99;
     padding-right: 5px;
     padding-left: 5px;
     padding-top: 10px;
     padding-bottom: 10px;
     max-width: 250px;
    }

