

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #abdfef;
width: 100px; /*Default width of hint.*/ 
padding: 2px;
border:1px solid #666666;
font-size: 11px;
font-weight: bold;
font-family: Arial;
text-align: center;
color: #333333;
/*line-height:18px;*/
z-index:100;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
/*color: navy;*/
/*margin: 3px 8px;*/
}

.before_italy {
	height: 15px; font-size: 1px; line-height: 1px;
	//height: 15px;
}
