/* Formatierung aller HTML-Dateien in eigenen Dateien */

/* Schriftart */
body {font-family:arial, times, courier}
body {font-size:13pt}

/* Schriffarbe und Hintergrund */
body  {color:#660000; background-color:ffff99; }

/* Farbe der Links */
a:link { color:#0066ff; text-decoration:underline; }
a:visited { color:#9966ff; text-decoration:underline; }
a:active { color:#0099ff; text-decoration:underline; }

/* a:link { color:#ffcc99; text-decoration:underline; }       */
/* a:visited { color:#ccffff; text-decoration:underline; }    */
/* a:active { color:#33ffcc; text-decoration:underline; }     */

/* Farbe der Links wenn Cursor drber */
a:hover {color: #cc6633}
