
A:link, A:visited {
	color: blue;
}


A:active, A:hover {
	color: orange;
	text-decoration: underline;
}

H2 {
	font-family: Garamond, serif;
	font-weight: normal;
	font-style: italic;
	font-size: x-large;
	color: darkgreen;
}

.NORMAL {
}

.NEU {
	border: 1px dashed red;
}

.KAPUTT {
	color: grey;
}
