.infobox {
	position: absolute;
	top: 790px;
	left: 276px;
	width: 680px;
	}
	
.infobox h1 {
	color: #000000;
  font-family: arial;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	/*background-color: #F51226;*/
	}
	
.infotext {
	color: #000000;
  text-align: justify;
  font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	margin-left:50px;
	/*border: 1px solid #F51226;*/
	/*background-color: #ffffff;*/
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

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