.infobox {
	position: absolute;
	top: 800px;
	left: 30px;
	width: 700px;
	}
	
.infobox h1 {
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.infotext {
  	border-top: 1px solid #7379CD;
	text-align: justify;
	margin: 0px;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

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