body { 
	font-family: sans-serif, Helvetica, Arial;
	/* background-image: url(./img/karo_papier.jpg); */
	background-repeate: repeat;
	background-color:1f1061; 
	color:white; 
	margin-left:20px; margin-right:10px; margin-top:15px;
	margin-bottom:30px;

}

h1 {
	font-size: 2em;
}

.center {
      font-size: 4em;
   text-align:center;
}

.right {
text-align:right;
}
h1 span.subtitle {
	font-size: .8em;
	font-weight: normal;
}

a:link { color:white; text-decoration:underline;}
a:visited { color: white; text-decoration:none; }
a:active { color:white;text-decoration:none; }