/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */

body { margin-top:10px; margin-bottom:10px; background-color:#E6E6FA;}

h1,h2,h3,h4 { font-family:Comic Sans MS; }
h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
	
/*normaler Text, links*/
a,p,td,th,b {font-family:Avalon, Helvetica,Arial; font-size:12pt; margin-top:5px;}

th { background-color:#FFFF00; }
td { background-color:#ffffc1; }

td.transparent { background-color:#E6E6FA; }

a:link { color:#FF0080; text-decoration:underline; }
a:visited { color:#0000FF; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }

td {vertical-align:top}
