.infobox {
	position: absolute;
	top: 800px;
	left: 50%;
	width: 954px;
	margin-left: -477px;
	}
  	
.infobox h1 {
	color: #F18E00;
  font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
	background-color: #DEE5C1;
	}
	
.infotext {
	color: #000000;
  text-align: justify;
  font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	background-color: #F2F7EA;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

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