/* Schriftart im Dokument */
body {
font-family: Arial, Helvetica;
}

/* Hover-Links  */
a:link {
color: #000099; 
} 

a:hover {
text-decoration : none; 
color: red; 
} 

a:active {
color: black; 
} 
/*
a:visited {
color: gray; 
}
*/

a:visited {
color: blue; 
}