/* Randabstand und Hintergrundfarbe */
body
{
margin:0px;
background-color:#D7F1FF;
font-family:Arial,Times;
}

ul
{
font-size:10pt
}
div
{
font-size:10pt
}

p
{
font-size:10pt
}

/* Schriftgroesse für Tabellen */
table
{
font-size:8pt;
background-color:#D7F1FF;
}
/* Normale Überschrift */
h1
{
font-family:Arial,Times;
font-size:14pt;
color:#008000
}

/* Kleine Überschrift */

h2
{
font-family:Arial,Times;
font-size:12pt;
}
/* Kleine Überschrift */

h3
{
font-family:Arial,Times;
font-size:10pt;
font-style:normal;
}


/* Kleine Courierschrift */
h4
{
font-family:Courier new;
font-size:10pt;
font-style:normal;
}
/* Sehr kleine Courierschrift */
h5
{
font-family:Courier new;
font-size:8pt;
}