/* Datei: schriftstil.css */

* {  background-color:#ffffff;
     color:#333633;
     font-family:Helvetica,Arial,sans-serif; 
  }

#klein {  font-size:xx-small; 
       }

#kleiner {  font-size:small; 
         }

cite {  font-size:x-small; 
     }

blockquote {  font-size:small; 
           }

body {  margin-right:5%; 
        margin-left:5%; 
     }

/*
img {  margin-left:5px; 
    }

// Erste Farbgebung
a:link { color:#6666ff; }
a:visited { color:#6633cc; }
a:focus { color:#ff4444; }
a:hover { color:#ff4444; }
a:active { color:#ff4444; }
*/


a:link { color:#258888; text-decoration: none; }
a:visited { color:#118811; text-decoration: none; }
a:focus { color:#2555dd; text-decoration: none; }
a:hover { color:#2555dd; text-decoration: underline; }
a:active { color:#2555dd; text-decoration: underline; } 

