.tipb { border-bottom:0px solid #000075; font-style: bold; cursor:info; }
a.tipb,
a.tipb:link,
a.tipb:visited,
a.tipb:active { color: #000075; text-decoration: none; position: relative; }
a.tipb:hover { color: #ff0000; background: transparent; z-index: 100; }
a.tipb span { display: none; text-decoration: none; }
a.tipb:hover span {
display: block;
position: absolute;
top: 40px;
left: 0;
width: 200px;
z-index: 100;
color: #000075;
font-family: Helvetica, Geneva, Arial, sans-serif;
padding: 2px 10px;
background-color: #ebebeb;
text-align: left;
border-color: #000000;
border-style: solid;
border-width: 2px 2px; }