/* DATEI: gmstyles.css */

   body             { color: black; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; background-color: #dcdcdc }
   
   a:link   { color: black; text-decoration: underline }
   
   a:visited   { color: black; text-decoration: underline }
   
   a:hover    { color: red; text-decoration: underline }
   
   a:active    { color: black; text-decoration: underline }
   
   h1      { color: black; font-weight: bolder; font-size: larger }