a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #0000FF;
  background-color: transparent;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #800080;
}

a:hover {
  text-decoration: none;
  background-color: #ff0000;
  color: #ffffff;
}

.footnote
{
 font-size: .8em;
 margin-left: 1.8em; text-indent: -1.8em;
}

.footnote2
{
 font-size: .8em;
 margin-left: 1.8em; text-indent: 0em;
}
 
a .info {
 display: none;
}

a:hover .info
{
 color: black;
 background: #e0e0e0;
 outline: 1px dotted #a0a0a0;
 display: block;
 float: none;
 font-weight: normal;
 font-size: 12px;
 line-height: 14px;
 padding: 2px;
 text-align: justify;
 text-indent: 0;
}


BODY {
  font-family: "Trebuchet MS", "Tahoma", "arial", "helvetica", "sans-serif"
}

$DOCUMENT {
}

