﻿
body{
	background-color:#FFE9BB;
	font-family:"Times New Roman", Times, Serif;
	font-size:small;
	color:#a31c32;
	text-align:center;
}
h1 {
	color: #a31c32;
}
.style1 {
	color: #FF9933;
	font-size:x-large;
	font-weight:bold;
}
.style2 {
	font-size:x-large;
	font-weight:bold;
}
.link{
	color:#a31c32;
	font-size:small;
	text-decoration: none;
}
.link:hover {
	color:#FF0F0F;
	text-decoration: none;
}
.enter{
	font-size:large;
	font-weight:bolder;
	color:#CC0000;
	text-decoration:none;
}
.enter:hover{
	color:#FF0F0F;
	text-decoration:none;
}
.Überschrift{
	font-size:xx-large;
	font-weight:bolder;
}
.normal{
	font-size:large;
}
.mail{
	color:#FF9933;
	text-decoration:none;
}
.mail:hover{
	color:#FF0F0F;
	text-decoration:none;
}
.hinweis{
	font-size:large;
}