body {
	background-color : #FFE8E8;
	color : Maroon;
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
	margin-bottom : 25px;
	margin-left : 25px;
	margin-right : 25px;
	margin-top : 25px;
}
h1 {
	background-color : transparent;
	color : Blue;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	font-size : 48px;
}
a:link {
	color: Maroon;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color: Gray;
	background-color : transparent;
	text-decoration : none;
}
a:hover {
	color: Green;
	background-color : transparent;
	text-decoration : none;
}
a:active {
	color: Gray;
	background-color : transparent;
	text-decoration : none;
}
a:focus {
	color: Red;
	background-color : transparent;
	text-decoration : none;
}
td.link {
	vertical-align : top;
	white-space : nowrap;
}
.mail {
	margin-left : 75%;
	margin-top : 25px;
}

a:link.such {
	color: Red;
	background-color: transparent;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
a:visited.such {
	color: Red;
	background-color: transparent;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
a:hover.such {
	color: Green;
	background-color: transparent;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
a:active.such {
	color: Lime;
	background-color: transparent;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
a:focus.such {
	color: Green;
	background-color: transparent;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}
.witz {
  margin-top: 2em;
  width: 50%;
  text-align: left;
}
.center {
  text-align: center;
}
