.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {

	background-color: #969690;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#content      
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible
	display: block
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}

#header 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	visibility: visible;
	display: block;
	top: 0px;
	padding: 10px;
	}

a:link, a:visited 
	{
	color: #000000;
	text-decoration: none
	font-weight: bold;
	}

a:hover 
	{
	color: red;
	text-decoration: none
	font-weight: bold;
	}

