/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

A:active {
	color: rgb(255,204,0);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	color: rgb(255,204,0);
 	text-decoration: none 
}

A:visited {
	color: rgb(255,204,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H1 {
	color: rgb(255,255,204)
}

H2 {
	color: rgb(255,255,204)
}

P {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
 	color: rgb(255,255,204)
}

H3 {
	color: rgb(255,255,204)
}

A {
	color: rgb(255,204,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

H4 {
	color: rgb(255,255,204)
}

A:hover {
	color: rgb(255,204,0);
 	font-weight: normal;
 	font-style: normal
}
