.term 
{
 /*font-weight: normal;
 cursor: help;
 text-decoration:double-underline;
 */
 cursor: help;
 /*border-bottom: 1px dashed #901E1E;*/
 color: #901e1e;
 font-weight: bold;
}

.definition 
{
 position: absolute;
 font-family: Arial;
 font-size: 11px; 
 line-height: 102%;
 border: 1px solid black;
 background-color: #ededed; 
 padding-right: 5px; 
 padding-left: 5px;
 padding-top: 3px; 
 padding-bottom: 3px; 
 text-align:justify;
 width:250px;
}

