/* Normale link in IE en NS. */
a {
 font-family: Verdana;
 color: #6666FF;
 font-size: 10pt;
 font-weight: normal;
 line-height: normal;
 text-decoration: underline;
}

/* Link hover effect in Explorer. */

a:hover {
 background-color: #6666FF;
 color: #99CCFF;
}