

BODY
{
	background-color: #FFFFFF;
	font-family: courier;
	font-size: 10px;
	color: #AFAFAF;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}


Div.titel
{
	font-family: times;
	font-size: 56px;
	color: #343535;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

Div.undertitel
{
	font-family: courier;
	font-size: 14px;
	color: #5D6060;
	line-height: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}


TABLE
{

	background-color: #D3D3D3;
	font-family: courier;
	font-size: 12px;
	color: #888888;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin: 0% 0% 0% 0%;
}

A
{
	color: #AFAFAF;
	font-family: Helvetica;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	border-width: 0;
}


A:Hover
{
	color: #9F021A;
}



