@charset "iso-8859-1";
/* Author: dierks@comic.de */
/* Creation date: 30.05.2004 */
H1 {
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 16pt;
 color: blue;
 }
H2 {
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 14pt;
 color: red;
 }
H3 {
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 12pt;
 color: black;
 }
H4 {
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 12pt;
 color: blue;
 }
H5 {
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 12pt;
 color: #006600;
 }
H6 {
 font-family: Arial, sans-serif;
 font-weight: bold;
 font-size: 10pt;
 color: blue;
 }
TD,P {
 font-family: Arial, sans-serif;
 font-weight: normal;
 font-size: 10pt;
 color: black;
 }