/* CSS Document */

#Navlinks a
{
	color: white;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#Navlinks a:visited
{
	color: white;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#Navlinks a:hover, a:active, a:focus
{
	color:white;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.Font1
{
	font: italic  15px/22px "Trebuchet MS"; 
	font-family: "Times New Roman", Times, serif;
}

#Haupttext
{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#Haupttext a, a:visited
{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#Haupttext a:hover, a:active, a:focus
{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

#Welcome
{
	text-align: center;
	margin-top: 100px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}


