﻿html, body
{
	font-family: Arial,Verdana,MS Sans Serif;
	font-size: small;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: Gray;
	text-align: center;
}
.BlackLink
{
	color: Black;
	font-weight: bold;
}
.BlueLink
{
	color: #000066;
	font-weight: bold;
	cursor: hand;
	text-decoration: underline;
}
.AbstandTable
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
.BlueButton
{
	color: white;
	background-color: #000066;
	font-weight: bold;
	border-color: #000066;
}

