/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { font-family: Verdana,                    Tahoma,                    Arial,                    Helvetica,                    Sans-serif; font-size: 14px; color: rgb(255,255,204); background-image: url( "../assets/images/bg.jpg" )}
 A:active { font-size: 16px; color: rgb(251,250,217);
	font-family : Georgia;
	font-weight : normal;
	text-decoration : none;
	font-style : normal}
 P { font-family: Georgia; font-size: 16px; color: rgb(132,109,74)}
 A { font-size: 16px; color: rgb(251,250,217);
	font-family : Georgia;
	font-weight : normal;
	text-decoration : none;
	font-style : normal}

A:link {
	font-size: 16px;
	font-family : Georgia;
	color : rgb(251,250,217);
	text-decoration : none;
	font-weight : normal;
	font-style : normal
}

A:visited {
	font-size: 16px;
	font-family : Georgia;
	color : rgb(0,204,153);
	text-decoration : none;
	font-weight : normal;
	font-style : normal
}A:hover { font-size: 16px; color: rgb(255,255,255);
	font-family : Georgia;
	font-weight : normal;
	text-decoration : none;
	background-color : rgb(255,102,51);
	font-style : normal}
 

