body 
	{
	color: white;
	background-color: #000;
	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;
	background-color: transparent;
	margin-left: -125px;
	position: absolute;
	top: -204px;
	left: 50%;
	width: 281px;
	height: 408px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 14px;
	font-style:italic
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}
	
a:link, a:visited {
	color: #3B90E2;
	text-decoration:none;
}
a:hover, a:active {
	color: red;
	border-bottom: 1px dashed #666;
}

a.image {
	border-bottom: none;
}


