.infobox
	{
	position: absolute;
	top: 750px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	z-index: 10;
	}
.infobox h1
	{
	font-size:10pt;
	}
.infobox a:hover {
	color:#ccc;
}
.infotext
	{
	color: #808080;
	padding: 10px;
	height: 125px;
	overflow: auto;
	font-size: 12px;
	font-family: arial;
	text-align: justify;
	background-color: #ffffff;
	border: 1px solid #311C6B;
	}
.infotext strong
	{
	font-weight: normal;
	}
