/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	text-decoration: none 
}

A:link {
	color: rgb(0,0,0)
}

A:visited {
	text-decoration: none 
}

P {
	color: rgb(153,51,204);
 	text-decoration: none 
}

A {
	color: rgb(153,0,204);
 	text-decoration: none 
}

ADDRESS {
	font-weight: normal;
 	font-style: normal
}