H2  {margin-top: 1em; margin-bottom: 0px}

H3  {margin-bottom:0px;}

P   {margin-top: 0.3em; margin-bottom: 1em; line-height: 1.4em}

UL  {margin-top:10px; margin-bottom:10px; }

OL  {margin-top:10px; margin-bottom:10px; }


a:link {text-decoration: none;color:#336600} 
a:visited {text-decoration: none;color:#336600}  
a:hover {text-decoration:underline;color:#009900}
a:active {text-decoration: none} 

a.navbar {
	COLOR: #cccccc; TEXT-DECORATION: none
}
a.navbar:visited {
	COLOR: #cccccc; TEXT-DECORATION: none
}
a.navbar:active {
	COLOR: #cccccc; TEXT-DECORATION: none
}
a.navbar:hover {
	COLOR: #FFFFCC; TEXT-DECORATION: none
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    }
a.info:hover{z-index:25; 
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    text-decoration:none;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center}