/* Unterhalb jedes Befehls steht eine Kurzerklaerung*/
body  {
	
	color : #006699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style: normal;
	margin: 10px;
	background-color: #0082FF;
}

/* 10px = 10 Pixel, Wert aenderbar*/
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
}

/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar*/
h1  {
	font-size : 18pt;
	color : #000000;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

/* 18pt = 18 Punkt, Wert aenderbar*/
h2  {
	font-size : 14pt;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

/* 16pt = 16 Punkt, Wert aenderbar*/
h3  {
	font-size : 12pt;
	color : #FFFFFF;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
p, ul, ol, li, div, td, th, address, nobr, b, i  {
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
pre  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Navy;
	font-weight : normal;
}

/* 9pt = 9 Punkt, Wert aenderbar*/
pre.normal  {
	color : Navy;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

/* #000000 = schwarz, Wert aenderbar*/
a:link  {
	color : #0000FF;
	text-decoration : underline;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

a:visited  {
	color : #0066CC;
	text-decoration : underline;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}

a:active  {
	color : #0066CC;
	text-decoration : underline;
	font-weight : normal;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}
