/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: 'Times New Roman', Times, Serif, serif; font-size: large; color: rgb(255,255,255); font-weight: bold; font-style: italic; background-color: rgb(0,0,255); background-image: url("./assets/images/background.JPG");}
 A:link { color: rgb(255,255,255);}
 A:visited { color: rgb(51,255,255);}
 