/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

BODY { 
	font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif; 
	font-size: 10pt; 
rem	background-color: rgb(255,255,255);
} 

A { 
font-size: 10pt;
} 

A:link { 
font-size: 10pt; 
color: rgb(0,0,0); 
text-decoration: none ;
} 

A:active { 
font-size: 10pt; 
color: rgb(0,0,0); 
text-decoration: none ;
} 

A:hover { 
font-size: 10pt; 
color: red; 
text-decoration: underline ;
} 



A:visited { 
font-size: 10pt; 
color: rgb(0,0,0); 
text-decoration: none ;
} 

UL { 
font-size: 10pt;
} 

H1 { 
font-size: 10pt; 
font-weight: bold;
} 

H2 { 
font-size: 10pt; 
font-weight: bold;
} 

P { 
font-size: 10pt;
} 

OL { 
font-size: 10pt;
} 

H4 { 
font-size: 9pt; 
font-weight: bold;
} 

.TextNavBar { 
font-size: 9pt; 
color: rgb(0,0,0); 
text-decoration: none ;
} 

A:hover { 
font-size: 10pt; 
color: rgb(255,0,0); 
text-decoration: underline;
} 
