/* DATEI: settings.css                           */
/* Hier setehen alle Einstellungen die für alle  */
/* Seiten von schweikardt.de gelten sollen       */



body { margin-top:30px; margin-left:30px; margin-right:30px; margin-bottom:10px; } 
/* background-color:#FFFFFF; sollte man vermeiden, weil angaben, die danach im */
/* "body-Tag" stehen ignoriert werden.                                         */

h1 { font-size:25pt; color:#6B6E75; }
h2 { font-size:16pt; color:#6B6E75;}
h3 { font-size:12pt; color:#6B6E75;}
h1, h2, h3, h4, a { font-family:Arial,Helvetica; }

p { font-family:Arial,Helvetica; font-size:12pt; }


a:link { color:#5580A5; text-decoration:none; font-weight:bold; font-size:12pt; }
a:visited { color:#5580A5; text-decoration:none; font-weight:bold; font-size:12pt; }
a:active { color:#5580A5; text-decoration:none; font-weight:bold; font-size:12pt; }
a:hover { color:#5580A5; text-decoration:underline overline; font-weight:bold; font-size:12pt; }

