/* CSS rosa  */

body {
	background-color: #ffcdcb;
	font-family: Capitals;
	color: #618F5E;
}

h1, h2, h3, h4, a:link, a:active, .beschriftung {
	color: #618F5E;
}

a:visited {
	color: #7DB879;
}

a:hover {
	color: #52794F;
}

.content {
	border-top-color: #618F5E;
	border-right-color: #618F5E;
}

input, textarea {
	color: #618F5E;
	font-family: Capitals;
}

input.not, textarea.not {
	color: 5d51b9;
	font-style: italic;
}
