.Text {
font-family : "Times New Roman", Times, serif; 
font-size : 14px; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
line-height : normal; 
font-variant : normal; 
text-align : justify; 
} 
.Zahl {
font-family : "Times New Roman", Times, serif; 
font-size : 18px; 
font-style : normal; 
font-weight : bold; 
color : #000000; 
} 
.Ueberschrift {
font-family : Arial, Helvetica, sans-serif; 
font-size : 20px; 
font-style : normal; 
line-height : normal; 
font-weight : bold; 
color : #000000; 
} 
.Texteinfach {
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px; 
font-style : normal; 
line-height : normal; 
font-weight : bold; 
color : #000000; 
} 

a {/*Generell für ALLE Links festlegen*/
text-decoration: none; /* KEIN Unterstrich bei Links */
color: Blue; /*Schriftfarbe von Links wird BLAU*/
font-weight: bold; /*und alles als FETT formatieren, damit man es auch sieht*/
}

a:hover{/*Erzeugt den Hovereffekt beim MouseOver*/
text-decoration: underline; /*Jetzt aber UNTERSTRICHEN darstellen */
text
}
