/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält*/
BODY   { background-color: white }

A:active   { color: rgb(0,102,255); text-decoration: none }

A:link   { color: #0000ff; text-decoration: none }

A:hover   { color: rgb(255,0,0); text-decoration: none }

A:visited   { color: rgb(0,102,153); text-decoration: none }

