/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
A:active { font-size: small;}
 A:link { font-size: small; color: rgb(255,51,0);}
 A:visited { font-size: small; color: rgb(255,102,102);}
 H1 { color: rgb(204,153,0);}
 H2 { font-family: 'Times New Roman', Times, Serif, serif; font-size: medium; color: rgb(255,102,51); font-weight: bold;}
 P { font-family: 'Times New Roman', Times, Serif, serif; font-size: small; color: rgb(204,153,0);}
 H3 { font-size: x-small; color: rgb(204,153,0); font-weight: bold;}
 LI { color: rgb(204,153,0);}
 A { font-size: small;}
 A:hover { font-size: small;}
 