/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A {
	color: rgb(255,0,51)
}

A:hover {
	color: rgb(255,0,0)
}

A:active {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: medium;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:visited {
	color: rgb(255,153,102)
}