a.info{position: relative;z-index:24;background-color:#; color:#003366; text-decoration:none}a.info:hover{z-index:25;background-color: #99CDFF}a.info span{display: none}a.info:hover span{display:block;    position:absolute; top:-70px;left:0px; width:506px;    border:2px solid #FFFFFF; padding: 10px; background-color:#336699; color:#FFFFFF;text-align: left}div#counter{margin-top: 50px}/*now let's go to print the stuff: this will not work in ie: would be better maketwo style sheets and link them with the media attribute*/a.info2{position: relative;z-index:24;background-color:#; color:#333333; text-decoration:none}a.info2:hover{z-index:25;background-color: #E9F2FC}a.info2 span{display: none}a.info2:hover span{display:block;    position:absolute; top:39px;left:90px; width:300px;    border:1px solid #333333; background-color:#333333; height:21px; color:#E9F2FC; text-align: left}div#counter{margin-top: 50px}/*now let's go to print the stuff: this will not work in ie: would be better maketwo style sheets and link them with the media attribute*/@media print{    body{font-size: 10pt}    div#main{margin: 0 0.5cm}    a.info2{background-color: #fff; color: 333}    a.info2 span{display: inline;font-style: italic}    a.info2 span:before{content: " ["} /*for a better print, even if... */    a.info2 span:after{content: "] "}  /* ...will not work in ie*/    div#counter{display: none}    }a.info3{position: relative;z-index:24;background-color:#; color:#333333; text-decoration:none}a.info3:hover{z-index:25;background-color: #E9F2FC}a.info3 span{display: none}a.info3:hover span{display:block;    position:absolute; top:-12px;left:0px; width:50px;    border:1px solid #333333; background-color:#333333; color:#E9F2FC;text-align: left}div#counter{margin-top: 50px}/*now let's go to print the stuff: this will not work in ie: would be better maketwo style sheets and link them with the media attribute*/@media print{    body{font-size: 10pt}    div#main{margin: 0 0.5cm}    a.info3{background-color: #fff; color: 333}    a.info3 span{display: inline;font-style: italic}    a.info3 span:before{content: " ["} /*for a better print, even if... */    a.info3 span:after{content: "] "}  /* ...will not work in ie*/    div#counter{display: none}    }