/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
UL { color: rgb(0,0,153); font-weight: bold; list-style-type: square;}
 H1 { color: rgb(0,0,153);}
 P { font-family: 'Times New Roman', Times, Serif, serif; color: rgb(0,0,153);}
 LI { color: rgb(0,0,153); font-weight: bold; list-style-type: square;}
 A { color: rgb(0,0,153);}
 A:hover { color: rgb(51,153,153);}
 
