/* Randabstand und Hintergrundfarbe */
body
{
margin:0px;
background-color:#FFFFFF;
}

/* Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <hr> und nach <p> */
hr,p,br
{
font-size:10pt;
font-family:Arial,sans-serif;
color:black;
}

/* Schriftgroesse, Schriftart, Schriftstil und Schriftfarbe nach <li> und <blockquote> */
li,blockquote,td
{
font-size:9pt;
font-family:Arial,sans-serif;
color:black;
}

/* Links ohne Unterstreichung */
/* A*/
/* {*/
/* text-decoration: none;*/
/*}*/

/* Link-Farbe von Links */
A:link
{
color:#800000;
font-weight:bold;
}

/* Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
color:#FF0000;*/
}

/* Link-Farbe von besuchten Links */
A:visited 
{
color:#800000;
font-weight:bold;
}
