/* margin-top = Abstand zwischen Fensterrand und Inhalt oben *//* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten *//* 0px = 0 Pixel, Wert aenderbar */body { margin-top:0px; margin-bottom:0px; }/* normaler Text *//* font-size = Schriftgroesse *//* 10pt = 10 Punkt, Wert aenderbar */p,ul,ol,li,div,td,tr,th,address,nobr,b,i { font-size:10pt; color:#FFFFCC; font-family:Verdana,Arial,sans-serif; }/* Text klein (helles grau) */p.klein { font-size:8pt; color:#FFFFCC; font-family:Verdana,Arial,sans-serif; }a:link { color:#FFFFCC; text-decoration:none; }a:visited { color:#FFFFCC; text-decoration:none; }a:active { color:#FF4040; text-decoration:none; }a:hover {color: #FFFFCC; text-decoration:none; }
