/*body{font: normal 76% verdena,sans-serif}*/

a.info{position: relative;z-index:24;/*background-color:#ccc; color:#000; */text-decoration:none}
a.info:hover{z-index:25;background-color: #ff0}
a.info span{display: none}
a.info:hover span{
	display:block;
    	position:absolute; 
	top:3.5em;
	left:-3em;
	width:12em;
    	border:1px solid #0cf;
	background-color:#cff;
	color:#000;
	text-align: center
	}

/*div#counter{margin-top: 100px}*/

/*now let's go to print the stuff: this will not work in ie: would be better make
two style sheets and link them with the media attribute*/

@media print
    {
    body{font-size: 10pt}
    div#main{margin: 0 0.5cm}
    a.info{background-color: #fff; color: 000}
    a.info span{display: inline;font-style: italic}
    a.info span:before{content: " ["} /*for a better print, even if... */
    a.info span:after{content: "] "}  /* ...will not work in ie*/
    div#counter{display: none}
    }