/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:link { color: rgb(255,0,51);}
 H1 { color: rgb(255,0,51);}
 H2 { color: rgb(255,255,51);}
 P { font-family: 'Allegro BT', fantasy;}
 A { color: rgb(255,0,51);}
 A:hover { color: rgb(255,0,51);}
 
