.infobox {
	position: absolute;
	top: 2450px;
	left: 50%;
	width: 970px;
	margin-left: -485px;
	}
*+html .infobox {
	top: 2550px;
	}
* html .infobox {
	top: 2050px;
	}
	
.infobox h1 {
	color: #BC5178;
  font-family: Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	background-color: #FFF0FF;
	border: 1px solid #DA87A8;
	}
	
.infotext {
	color: #000000;
  text-align: justify;
  font-family: Verdana,Arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	padding: 10px;
	margin: 0px;
	background-color: #ffffff;
	border: 1px solid #DA87A8;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

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