/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

BODY {
	background-position: top
}

A:active {
	color: rgb(154,117,65);
 	text-decoration: none 
}

A:link {
	color: rgb(154,117,65);
 	text-decoration: none 
}

A:visited {
	color: rgb(154,117,65);
 	text-decoration: none 
}

A {
	color: rgb(154,117,65);
 	text-decoration: none 
}

A:hover {
	color: rgb(100,100,110)
}
