.infobox h1 {
  font-family: arial;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	}
	
.infotext {
	color: #ffffff;
	text-align: justify;
  font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	}
	
.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;
	}