body{
background-color: #99ddFF;
color: #000000;
font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
font-size: 18px;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 12px;
}
p {
font-size: 12px;
}
#login {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
a.info{
    position:relative; /*this is the key*/
    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{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #000;
    background-color:#ccc; color:#000;
    text-align: left;
	 font-family: Arial;
    font-size: 12px;
	 }
.tableback{
background-color:#0099CC;
}



