@charset "UTF-8";
a.infob {
position : relative;
z-index : 24;
color : black;
text-decoration : none;
border-bottom : 1px dashed #808080;
background-color : #ddd;
font-weight : bold;
}
a.infob span {
display : none;
}
a.infob:hover {
background : none;
z-index : 500;
}
a.infob:hover span {
display : block;
position : absolute;
top : 1.4em;
left : 0.2em;
width : 22em;
border : 1px solid #000;
background : #fff;
color : #336666;
font-weight : normal;
text-align : justify;
font-size : 1em;
line-height : 140%;
padding : 0;
}

