/* DATEI: gmstyles.css */

   body                    { color: lime; font-size: small; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; background-color: black }
   
   a:link         { color: lime; font-size: small; text-decoration: underline }
   
   a:visited           { color: lime; font-size: small; text-decoration: underline }
   
   a:hover            { color: yellow; font-size: small; text-decoration: underline }
   
   a:active             { color: lime; font-size: small; text-decoration: underline }
 
   h1 		    { color: lime; font-size: larger; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif }
