P  {}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : #fcbd58;
}


A.blau  {
	text-decoration : underline;
	color : #0000ff;
}

A:Visited  {
	color : #fcbd58;
	text-decoration : none;

}

A:Active  {
}

A:Hover  {
	text-decoration : underline;
	color : #fcbd58;
}

BODY  {}

