/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,204); background-image: url("./assets/images/background.gif");}
 A:active { color: rgb(0,51,102); text-decoration: underline;}
 A:link { color: rgb(0,51,102); text-decoration: underline;}
 A:visited { color: rgb(0,51,102); text-decoration: underline;}
 A:hover { color: rgb(0,51,102); text-decoration: underline;}
 