body,h1,h2,h3,h4 {
	font-family: 		sans-serif;
	text-decoration: 	none;
	color:			    white;
	background-color:   #004444;
        }

p,td {
	font-family: 		sans-serif;
	font-size:          small;
	text-decoration: 	none;
	color:			    white;
	}

a      {
	font-family: 		sans-serif;
	text-decoration: 	none;
        color:#00cccc;
        } /* noch nicht besuchte Ziele */
a:visited {
	font-family: 		sans-serif;
	text-decoration: 	none;
        color:#00aaaa;
        } /* besuchte Ziele */
a:hover {
	font-family: 		Arial,sans-serif;
	text-decoration: 	underline;
        color:;
        } /* Verweise bei "MouseOver" */

