
/* DATEI: style.css */

body
{
background-color:#D0D0D0;
color:#202020;
}


a:link    { color:#202020; text-decoration:underline; }
a:visited { color:#202020; text-decoration:underline; }
a:focus   { color:#202020; text-decoration:underline; }
a:hover   { color:#202020; text-decoration:underline; }
a:active  { color:#202020; text-decoration:underline; }


h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,a,textarea
{
font-family:Arial;
font-size:8pt;
font-weight:bold;
margin-bottom:3pt;
}

h1{
font-size:14pt;
font-weight:bold;
margin-bottom:16pt;
}

h2
{
font-size:12pt;
font-weight:bold;
margin-bottom:10pt;
}

h3
{
font-size:10pt;
font-weight:bold;
}

h4
{
font-size:8pt;
font-weight:bold;
}
