/* 100px und 80 ist der Abstand des ersten Textes  */
body {
	background-color : #000000;
	margin-top : 5px;
	margin-left : 25px;
}

p, td, div, ul, ol, li, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	color: #F76418;
}

h3 {
	font-size: 14px;
	color: #F76418;
}

em, pre {
	font-size : 12px;
	font-style : italic;
	color: #F76418;
}

A { text-decoration: none; }
A:link { color: Blue; }
A:visited { color: Blue; }
A:Active { color: Green; }
A:hover { color: Red; }