body 
	{
	color: white;
	background-color: white;
	margin: 0px
	}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -225px;
	position: absolute;
	top: -155px;
	left: 50%;
	width: 450px;
	height: 300px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 10px;
	color: #000080;
	text-align: justify;
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000080;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block;
	border-top: 1px solid silver;
	}

a:link, a:visited 
	{
	color: #000080;
	text-decoration: none
	}

a:hover 
	{
	color: white;
	background-color: #000080;
	text-decoration: none
	}
