/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: 'Monotype Corsiva', cursive; color: rgb(255,255,153); font-weight: bold; background-color: rgb(0,0,0); background-image: url("./lovelyroseoutertile.jpg");}
 A:active { color: rgb(102,255,51);}
 A:link { color: rgb(255,255,255);}
 A:hover { color: rgb(255,0,51);}
 A:visited { color: rgb(51,153,102);}
 .TextObject { font-family: 'Monotype Corsiva', cursive; color: rgb(255,255,153); font-weight: bold;}
 P { font-family: 'Monotype Corsiva', cursive; color: rgb(255,255,153); font-weight: bold;}
 .TextNavBar { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; font-size: small; color: rgb(255,255,255); font-weight: normal; font-style: normal;}
 
