.infobox {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	margin-top:50px;
	
	}
	
.infobox h1 {
	color: #ffffff;
  	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 15px 5px 15px;
	padding: 10px 0px 0px 10px;
	background-color: #FF8F03;
	}
	
.infotext {
	color: #000000;
  	text-align: justify;
  	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	padding: 15px;
	}
	
.infotext strong {
	font-weight: normal;
	}

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