/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
A:active { font-size: 16px; color: rgb(0,0,0);}
 A:link { font-size: 16px; color: rgb(0,0,0);}
 A:visited { font-size: 16px; color: rgb(51,51,51);}
 H1 { font-size: 20px; font-weight: bold;}
 H2 { font-size: 16px; font-weight: bold;}
 P { font-size: 16px;}
 A:hover { font-size: 16px; color: rgb(51,51,51); font-style: italic;}
 
