a.qih
		{
    position:relative;
    z-index:24;
    text-decoration:none
    }

a.qih:hover
		{
		z-index:25;
		background-color:#fff
		}

a.qih span
		{
		display: none
		}

a.qih:hover span
		{
    display:block;
    position:absolute;
    top:17px;
    left:-32em;
    width:32em;
    border:4px solid #fff;
    background-color:#fff;
    color:#000;
    text-align:justify;
    font-family: arial;
    font-size:10px
    }
    
a:link 
		{
		color:#3A3A3A;
		text-decoration:none
		}
a:visited
		{
		color:#3A3A3A;
		text-decoration:none
		}
a:focus
		{
		color:#e1792f;
		text-decoration:none
		}
a:hover
		{
		color:#e1792f;
		text-decoration:none
		}
a:active
		{
		color:#e1792f;
		text-decoration:none
		}
