.infobox {
	position: relative;
	left: 50%;
	width: 509px;
	margin-left: -295px;
	}
	
.infobox h1 {
	color: #ffffff;
    font-family: arial;
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	padding: 10px;
	background-color: #FFC500;
	}
	
.infotext {
	color: #000000;
  	text-align: justify;
  	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	padding: 10px;
	border: 1px dotted #FFC500;
	background-color: #F9F1C2;
	}
	
.infotext strong {
	font-weight: normal;
	}

.infotext a:link, .infotext a:visited	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
	
.infotext a:hover, .infotext a:active {
	color: #FFC500;
	text-decoration: none;
	font-weight: normal;
	}