/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { font-family: Nyala; font-size: large; background-image: url( "../assets/images/Image3.jpg" );
	color : rgb(255,255,255)}
 

.TextNavBar {
	font-family: Nyala;
 	color: rgb(255,255,255)
}

.TextObject {
	font-family: Nyala;
 	color: rgb(255,255,255)
}

A:visited {
	color: rgb(255,204,0);
	font-weight : bold;
	text-decoration : underline;
	text-transform : uppercase
}A{	color : rgb(255,255,204);
	font-weight : bold;
	text-decoration : underline;
	text-transform : uppercase
}


A:active {
	color: rgb(255,204,153);
	font-weight : bold;
	font-style : italic;
	text-decoration : underline;
	text-transform : uppercase
}

A:hover {
	color: rgb(204,204,51);
	font-weight : bold;
	text-decoration : underline;
	font-style : italic;
	text-transform : uppercase
}
