/* Datei: schriftstil.css */

* {  background-color:#ffffff;
     color:#464444;
     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-right:20px; 
       margin-left:20px;
       margin-top:20px; 
       margin-bottom:20px; 
     }

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

