﻿* {
	font-family:Arial, Helvetica, Sans-Serif
	}
	
h1 {
	font-size:16pt;
	font-weight:bold;
	text-decoration:underline;
	text-transform:uppercase;
	text-align:center;
	color:green;
	letter-spacing:5pt
}
.normal {
	font-size: 10pt;
	font-weight: normal;
	text-align:justify
}
.center {
	font-size: 10pt;
	font-weight: normal;
	text-align:center
}
span.rot{
	color:red;
	font-size:11pt;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1pt;
	text-decoration:underline	
}
div.links{
	margin-bottom:10px;
	float:left;
	width:50%;
	line-height:3
	}
div.rechts{
	margin-bottom:10px;
	float:right;
	width:50%;
	line-height:3
}
body {
	background-color:#99CCFF
	}
