/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	color: rgb(255,255,0)
}

A:hover {
	color: rgb(231,121,25)
}
