#information {
    position: absolute;
    display: none;
}

.information {
    text-decoration: none;
    font-weight: bold;
}

#tooltip {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    filter:alpha(opacity=93);
    
}

.tooltip H1 {
    font-size: 10.0pt;
    display:inline;
}

.tooltip H2 {
    display: inline;
    font-size: 10.0pt;
}