﻿body {
	font-family : Arial, sans-serif;
	font-size : 80%;
	background-color: #FFF;
	max-width : 800px;
	margin: 10px;
}
p.weiter {
	text-align:center;
}
a:link {
	color : #00A;
	text-decoration: none;
	font-weight: 700;
}
a:link:hover {
	color : black;
	background: lightsteelblue;
}
a:active {
	color : #A33;
	text-decoration: none;
}
a:visited {
	color : #55A;
	text-decoration: none;
	font-weight: 700;
}
a:visited:hover {
	color : black;
	background: lightsteelblue;
}
H1 {
	Text-Align : Right;
	Font-Size : 200%;
	padding-bottom: 10px;
	border-bottom: 2px solid wheat;
}
br {
margin-bottom: 5px;
}
