a:link { color:#FF0000; text-decoration:underline; }
a:visited { color:#00FF00; text-decoration:underline; }
a:active { color:#00FF00; text-decoration:underline; }
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar   */

BODY { color: rgb(255,255,0) ; background: rgb(0,0,135)  }
tr, li, td, th, p, address, ul, table { color: rgb(255,255,0)   }
blockquote { color: rgb(0,0,135)   }

.navigation  { color:rgb(255,255,0); text-decoration:underline; 