/* Hintergrund */
htm,html,body  { 
color: #8c0000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
background-color: #e4e2e0 
}

/* Farben der Links  */
a:link   { 
color: #790000; 
font-style: normal; 
font-weight: 600; 
text-decoration:none; 
} 

a:visited   { 
color: #790000; 
font-style: normal; 
font-weight: 600; 
text-decoration:none; 
}

a:hover    { 
color: #000000; 
font-style: normal; 
font-weight: 600; 
text-decoration: none 
} 

a:active   { 
color: #790000; 
font-style: normal; 
font-weight: 600; 
text-decoration:none; 
}


p      { 
color: #790000; 
font-style: normal; 
font-size:9pt; 
}

.autor      { 
color: #790000; 
font-style: normal; 
font-size:7pt;
line-height:2; 
}

h1   { 
color: #790000; 
font-size: 10pt; 
font-style: normal;
font-weight: 500; 
}

h2    { 
color: #790000; 
font-size: 8pt;
font-style: normal;
font-weight: bold; 
}

/* Rahmen um Grafiken unterdrücken */
img {
border: none;
}


