﻿.infobox {
	position: absolute;
	top: 1000px;
	left: 50%;
	width: 920px;
	margin-left: -460px;
	}
.infobox h1 {
	color: #ffffff;
  font-family: arial;
	font-weight: normal;
	font-size: 1em;
	margin: 0px;
	width: 900px;
	padding: 5px 10px 5px 10px;
	background-color: #818181;
	}
*html .infobox h1 {
	width: 920px;
	}
.infotext {
	color: #000000;
  text-align: justify;
  font-family: arial;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #818181;
	background-color: #ffffff;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

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