tt {font-size:16px; margin:5px 0 5px 0;}

.showfont {text-align: left; margin: 0 0 0 80px;}

.showfont a, .showfont a:visited
{
position: relative;
display: block;
width: 160px; 
line-height: 30px;
text-align: center;
padding: 0 10px;
margin: 0;
border: 1px solid #666;
text-decoration: none;
color: #000000;
background: #EEEEEE;
}

.showfont a span
{display: none;}

/* the IE correction rule */
.showfont a:hover	{
color: #f00;
text-indent: 0; /* added the default value */
}


.showfont a:hover span{
display: block;
position: absolute;
top: -10px;
left: 200px;
width: 200px;
height:60px;
margin: 2px;
padding: 0;
background-color:#036;
text-align: center;
}



