#information, #information2, #information3, #information4 {
    position: absolute;
    display: none;
}

.information {
    text-decoration: none;
    color: #E8E6D7;
    font-weight: bold;
}

#tooltip {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    filter:alpha(opacity=93);
    border:2px solid #CA9D4A;
}

.tooltip H1 {
    font-size: 10.0pt;
}