.infobox {
	position: absolute;
	top: 1100px;
	left: 50%;
	margin-left: -41%;
	width: 1030px;
	border: 1px solid #CDCDCD;
	background-color: #F7F7F7;
	}
	
.infobox h1 {
	color: #808080;
  font-family: arial;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	width: 90%;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #F7F7F7;
	}
	
.infotext {
	color: #000000;
  text-align: justify;
  font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	margin: 10px; 
	border: 1px solid #CDCDCD;
	background: #ffffff;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

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