BODY {
	color : white;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	background-image: url(bg.jpg);
	background-color : Black;
	margin-bottom : 5;
	margin-left : 10;
	margin-right : 5;
}

H1 {
	font-size: 14pt;
	color: White;
	letter-spacing : 10;
}

H2 {
	font-size: large;
	color: White;
	letter-spacing : 21;
}

H3 {
	font-size: 13pt;
	color: White;
	letter-spacing : 1;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: White;
}

A:Hover {
	text-decoration: underline;
	color: White;
}

A:Visited {
	text-decoration: none;
	color: #CC9933
}
	
HR {
	color: blue;
	height: 1pt;
}


TD {
	font-size: 10pt;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	color: White;
}

.link1 {
	font-size: 10pt;
	font-weight: bold;
	color: white;
	letter-spacing: 3pt;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

.klein {
	font-size: 8pt;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
}

