body		{ background: white; }

a:link		{ color: blue; }
a:active	{ color: aqua; }
a:visited	{ color: purple; }

h1.ueberschrift	{ text-align: center;
		  color: maroon;
		  font-weight: bold; }

p.willkommen	{ text-align: center;
		  font-family: sans-serif;
		  color: green; 
		  font-size: large; 
		  font-weight: bold; }

p.addresse	{ text-align: right;
		  font-family: sans-serif;
		  font-weight: bold;
		  color: maroon; }

p.erklaerung	{ text-align: center; }

.wichtig	{ font-family: sans-serif;
		  font-weight: bold; 
		  font-style: oblique;
		  font-size: 16pt;
		  color: maroon; }

.vu		{ color: fuchsia; }

.vunecht	{ color: green; }

.unecht		{ color: red; }

