.infobox
	{
	position:absolute;
	top: 900px;
	left: 50%;
	width: 500px;
	height: 200px;
	overflow: auto;
	margin-left: -250px;
	}
.infotext
	{
	color: #ffffff;
	padding: 10px;
	font-size: 15px;
	font-family: arial;
	text-align: justify;
	background-color: #000000;
	border: 1px solid #ffffff;
	}
.infotext h1
	{
	font-size: 18px;
	font-weight: normal;
	color: 
	}
.infotext a:link, .infotext a:visited
	{
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	}
.infotext a:hover, .infotext a:active
	{
	color: #ffc500;
	text-decoration: none;
	font-weight: bold;
	}
.infotext strong
	{
	font-weight: normal;
	}
