h1 {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 60px;
	color: red;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	border-bottom: 1px solid black;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
}

p, ul {
	font-size: 18px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color: black;
}

p.title {
	text-align: center;
	color: red;
}

table.titel_lsv {
	background-color: #333;
}

a.nav {
	font-size: 16px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-weight: bold;
	text-decoration: none;
}

.footer a, 
.footer p {
	font-size: 1px;
	color: black;
	text-decoration: none;
}