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