/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { background-image: url("../assets/images/background.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	overflow: auto;
}
a { text-decoration: none; color: white;
 }
 a:hover {text-decoration: underline; color: gray;
 }


 
