body {background-image:url("http://www.surfcenter.el-medano.com/Grafik/Hintergrund/wolkenhimmel.jpg");
}
/*normales, kursives, mittleres Blau für die Texte*/
p {font-family:arial;
	color:Navy;
	text-decoration:none;
	font-size:medium;
	font-weight:normal;
}
/*normales, dunkles Blau für die Tabellen*/
td,li,ul {font-family:arial;
	text-align:center;
	color:Navy;
	text-decoration:none;
	font-size:medium;
	font-weight:normal;
}
/*fettes, sehr großes Blau kursiv für die Überschrift*/
h1 {font-family:arial;
	color: Blue;
	text-decoration:none;
	font-size:xx-large;
	font-style:italic;
	font-weight:bold;
}
/*fettes, großes Blau für den internen link zur nächsten Info*/
h3 {font-family:arial;
	color:Navy;
	text-decoration:none;
	font-size:x-large;
	font-weight:bold;
}
/*Container mit normalem, dunklem Blau für die Stichpunkte*/
div {font-family:arial;
	text-align:justify;
	color:Navy;
	text-decoration:none;
	font-size:medium;
	font-weight:normal;
	width:80%;
}

a:link    { font-family: Arial; color: blue;font-size:medium; text-decoration: underline}
a:visited { font-family: Arial; color: gold; font-size:medium; text-decoration: underline;}
a:active  { font-family: Arial; color: yellow; font-size:large; text-decoration: none}
a:hover   { font-family: Arial; color: Purple; font-size:large; text-decoration: underline}
