a.infa{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#e0e0e0;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        border:1px dotted #999;    /* border colour */
        text-decoration:none;
	padding-left:2px;
	padding-right:2px;	
        font-style:italic;
        }

        a.infa:hover {
        z-index:25;
        background-color:#ffff66;

        }

        a.infa span{
        display: none;  /* hide the span text using this css */
        }

        a.infa:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: -1px;
        left: -1px;
        width:15em;
        border:1px solid #000000; /* border colour */
        background-color:#ffff99; /* background colour here */
        color:#000000;         /* text colour */
        text-align: center;
		 font-size: .9em; 
        font-style:italic;
		 padding-top:1px;
        z-index:30;
        }

div#quadro {margin-top: -16px;}

.trivia {
font-family: "Lucida Sans Unicode",sans-serif;
   float: left;
   width: 168px;
   font-size: 10pt;
   border: 1px solid #0A0;
   padding: 3px;
   margin: 3px;
}


.trivia em { 
       font-size: 11pt;
       font-weight: bold;
       color: #0A0; 
       }

.trivia #eem { font-size: 11pt;
       background-color: #0A0; 
       color: #FFF; 
       border: 1px solid #0A0;
       border-right: 5px solid #0A0;
       border-left: 5px solid #0A0;
       }

.rosso {color: red;}

div#invo {
           border:0px;
           font-size: 150%; 
           font-weight:bold;
           margin-left: 20px; margin-bottom:30px;
          }

div#invo a {color:red;}
div#invo a:hover {color:white; background:red;}
.showo { }
.showo p {
margin-top: 2px;
margin-bottom: 0px;
margin-left: 15px;
padding-left: 1px;
text-indent: -15px;
 }
.J {background:#BEB;} 
