/* DATEI: gmstyles.css */

   body                     { color: black; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; background: black url(images/layout/hg.gif) repeat }
   
   a:link         { color: #000080; text-decoration: underline }
   
   a:visited         { color: #000080; text-decoration: underline }
   
   a:hover         { color: red; text-decoration: underline }
   
   a:active       { color: yellow; text-decoration: underline }
   
   h1 		    { color: #000080; font-size: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
   
   a:link.navi      { color: white; text-decoration: none }
   
   a:visited.navi      { color: white; text-decoration: none }
  
   a:hover.navi     { color: yellow; text-decoration: none }
      
   a:active.navi     { color: red; text-decoration: none }