.infotext
	{
	display: none;
	}
#infotext
	{
	z-index:1000;
	position:absolute;
	top:500px;
	left:145px;
	width: 420px;
	height:300px;
	
	font-family:Arial;
	font-size:10px;
	color:#000;
text-align:justify;
    }
*html .infotext
	{
	xxxmargin-top:-12px;
   }
.textblock{
background-color:#fff;
padding:8px;
}
.infotext h1
	{
	font-size: 12px;
	}
a.infotext2:link, a.infotext2:visited
	{
	text-decoration:none;
	color:#ff0000;
	}
a.infotext2:hover, a.infotext2:active
	{
	text-decoration:underline;
	color:#ff0000;
	}