.navigation {
 font-family : "Courier New", Courier, monospace;
 text-decoration : none;
 font-size: 11px;
}

A.news:HOVER {
 font-family : "Courier New", Courier, monospace;
 text-decoration : underline;
 color : White;
 font-size: 11px;
}


span.ueberschrift {
 font-family : "Courier New", Courier, monospace;
 text-decoration : none;
 text-transform : uppercase;
 font-weight : bold;
 font-size: 12px;
}

.news {
 font-family : "Courier New", Courier, monospace;
 text-decoration : none;
 font-size: 11px;
 color : White;
 font-size: 11px;
}

span.text {
 font-family : "Courier New", Courier, monospace;
 text-decoration : none;
 font-size: 12px;
}

A {
 font-family : "Courier New", Courier, monospace;
 text-decoration : none;
}

A:HOVER {
 font-family : "Courier New", Courier, monospace;
 text-decoration : underline;
 color : Red;
}
 
