/* DATEI: settings.css                           */
/* Hier setehen alle Einstellungen die für alle  */
/* Seiten von schweikardt.de gelten sollen       */



body { margin-top:20px; margin-left:10px; margin-right:10px; margin-bottom:10px; font-family:Arial; } 
/* background-color:#FFFFFF; sollte man vermeiden, weil angaben, die danach im */
/* "body-Tag" stehen ignoriert werden.                                         */

h1 { font-size:25pt; color:#000000; }
h2 { font-size:16pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; color:#000099; }
#k  { color:#000000; text-decoration:none; font-style:normal; font-weight:normal; font-family:Helvetica,Arial; font-size:12pt;}
h1, h2, h3, h4, a, p { font-family:Helvetica,Arial; }


a:link { color:#0000C8; text-decoration:underline; font-weight:bold; }
a:visited { color:#0000C8; text-decoration:underline; font-weight:bold; }
a:active { color:#FF0000; text-decoration:underline overline; font-weight:bold; }
a:hover { color:#658DFF; text-decoration:underline overline; font-weight:bold; }

