body { 
	background-color:#FFFFFF;
	margin-top:8px; margin-left:8px;
	font-familiy: Arial; 
	font-size:10pt; color:#000000;
     }
          
p {
	font-size:8pt; 
	font-family:"Arial", sans-serif;
	color:black;
  }

/* 
* fuer ueberschriften 1. gliederungsebene
* 
*/

h1 {
	font-family:"Arial", sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#999999;
   }
    
/* 
* fuer ueberschriften 2. gliederungsebene
* 
*/

h2 {
	font-family:"Arial", sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#000000;
    }

/* 
* fuer ueberschriften innerhalb eines textes
* 
*/

h3 {
	font-family:"Arial", sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#999999;
    }
    
/* 
* tabellenformatierung
* 
*/

td {
	font-family:"Arial", sans-serif;
	font-size:8pt;
	color:#000000;
    }
    
A:Link {
    font-size: 8pt;
    color: #999999;
    font-family: "Arial", sans-serif;
    font-weight:bold;
    Text-decoration: none
    }

A:Visited {
    font-size: 8pt;
    color: #999999;
    font-family: "Arial", sans-serif;
    font-weight:bold;
    Text-decoration: none
    }

A:Hover {
    font-size: 8pt;
    color: #000000;
    font-family: "Arial", sans-serif;
    font-weight:bold;
    Text-decoration: underline
    }   
    
ul { 
	list-style: outside; 
	list-style-type: square; 
	font-family: Arial; 
	font-size: 8pt; 
	color: #CCCCCC;
	}