
A:ACTIVE {
	text-decoration : none;
	color: yellow;
}

A:LINK {
	text-decoration : none;
	color : yellow;
}

A:VISITED {
	text-decoration : none;
	color : yellow;
}
A:HOVER {
	background-color : yellow;
	color : black;
}

body{
color:yellow;
background:#003366;            /*Hintergrund der Seite*/
padding:0;
margin:0;
font:13px Comic Sans MS;
 }


