#information, #information2, #information3, #information4 {
	position: absolute;
	display: none;
    left: 181px;
	top: 60px;

}

.information {
    text-decoration: none;
    color: #1A69B4;
    font-weight: bold;
}

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

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

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