body {
	background-image:url(Bilder/papier.bmp);
	margin-left:30px; }
* {
	color:darkgreen; }
h1 {
	font-size:200%;
	color:red;
	font-style:italic;
	border-bottom:solid thin black; }
p,li  {
	font-size:110%;
	line-height:140%;
	font-family:Arial; }

 a:link { color:seagreen; text-decoration:none; font-weight:bold; }
 a:visited { color:darkgreen; text-decoration:none; font-weight:bold; }
 a:focus { color:#00AA00; background-color:#FFFF77; font-weight:bold; }
 a:hover { color:darkred; text-decoration:none; background-color:mediumseagreen; font-weight:bold; }
 a:active { color:#0000EE; background-color:#FFFF99; font-weight:bold; }