.infocontainer {
	
}
.infotext
	{
	position: absolute;
	top: 1280px;
	left: -1px;
	width: 1020px;
	background-color: #F5F5F5;
	color: #000000;
	padding: 10px;
	font-size: 13px;
	font-family: arial;
	text-align: justify;
	}
.infotext h1
	{
	font-size: 19px;
	font-weight:normal;
	font-color: #0000EE;
	}
.infotext strong
	{
	font-weight:normal;
	}
.infotext a:link, .infotext a:visited
	{
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	}
.infotext a:hover, .infotext a:active
	{
	color: #ffc500;
	text-decoration: none;
	font-weight: bold;
	}
