/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { font-family: Arial,sans-serif; font-size: large; color: rgb(0,102,153); font-weight: bold;}
 A:active { color: rgb(0,0,153);}
 A:link { color: rgb(0,0,153);}
 A:hover { color: rgb(0,0,0);}
 A:visited { color: rgb(102,153,153);}
 .TextObject { font-family: Arial,sans-serif; font-size: small; color: rgb(0,51,204); font-weight: normal; font-style: normal;}
 H1 { font-family: Arial,sans-serif; font-size: x-large; text-transform: capitalize; color: rgb(0,51,153); line-height: 40pt; font-weight: bold;}
 H2 { font-family: Arial,sans-serif; font-size: large; color: rgb(0,51,153); line-height: 30pt; font-weight: bold;}
 P { font-family: Arial,sans-serif; font-size: medium; color: rgb(0,102,153); font-weight: normal; font-style: normal;}
 H3 { font-family: Arial,sans-serif; font-size: medium; color: rgb(0,51,153); line-height: 20pt; font-weight: normal; font-style: normal;}
 H4 { font-family: Arial,sans-serif; font-size: small; color: rgb(0,51,153); line-height: 20pt; font-weight: normal; font-style: normal;}
 H5 { font-family: Arial,sans-serif; font-size: x-small; color: rgb(0,51,153); line-height: 20pt; font-weight: normal; font-style: normal;}
 H6 { font-family: Arial,sans-serif; font-size: x-small; color: rgb(0,51,153); line-height: 15pt; font-weight: normal; font-style: normal;}
 
