/* DATEI: formate.css */


body { background-color:#feeae7; color:#000000; margin-top:20px; margin-bottom:20px; margin-left:8px; margin-right:20px; }


/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

p,h1,h2,h3,h4,ul,ol,li,dl,dd,dt,div,td,th,address,blockquote,nobr,b,i
     { font-family:"Tahoma","Comic Sans MS","Arial"; color:#CC3300; font-size:10pt; }

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

td.gross { font-size:2pt; }

h1 { font-size:15pt; color:#CC3300; }

/* gilt nur fuer das Wort 'SELFHTML' auf der Einstiegsseite */
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt, Wert aenderbar */


h2 { font-size:13pt; color:#CC3300; }

/* Seitenueberschriften */
/* font-size = Schriftgroesse */
/* 16pt = 16 Punkt, Wert aenderbar */



a:link { color:#CC3300; text-decoration:none; }
a:visited { color:#CC3300; text-decoration:none; }
a:hover { color:#00AA00; text-decoration:bold; }
