A:link { COLOR: BLUE; TEXT-DECORATION: none }
A:visited { COLOR: RED; TEXT-DECORATION: none }

a.info{position: relative;z-index:24;background-color:#ccc; color:#000; text-decoration:none}
a.info:hover{z-index:25;background-color: #ff0}
a.info span{display: none}
a.info:hover span{display:block;
    position: absolute; top:22em;left:0em; width:30em;
    border:1px solid #0cf; background-color:#cff; color:#000;text-align: center}

blockquote, p, td a, input {
  font-family:verdana; font-size:10pt
}

.light {
  font-family:verdana; font-size:10pt; font-weight:normal; color: black;

}

.heavy {
  font-family:verdana; font-size:10pt; font-weight:bold; color: black;

}

.title {
   font-family:Georgia; font-weight:bold ; font-size:16pt; color: yellow;
}