/* CSS Document */

body 
	{
	color: white;
	background-color: #333333;
	margin: 0px
	}

#horizon        
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -300px;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 600px;
	visibility: visible;
	background-color: #333333;
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

a:link, a:visited 
	{
	color:#0099FF;
	text-decoration: none
	}

a:hover 
	{
	color: #FF9933;
	text-decoration: underline	}
#content .bodytext p {
	text-align: left;
}
#content .bodytext h2 {
	color: #FF9933;
}
#content .bodytext h3 {
	color: #33CC33;
}
#content .bodytext h3 a {
	color: #33CC33;
}