.infobox {
	position: absolute;
	top: 500px;
	left: 100px;
	width: 610px;
	}
	
.infobox h1 {
	color: #000000;
  	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 5px 5px 5px 10px;

	}
	
.infotext {
	color: #000000;
  	text-align: justify;
  	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

.infotext a:link, .infotext a:visited	{
	color: #808080;
	text-decoration: underline;
	font-weight: normal;
	}
	
.infotext a:hover, .infotext a:active {
	color: #EE3151;
	text-decoration: underline
	font-weight: normal;
	}