td { font-family:Verdana,Helvetica,Arial,sans-serif;font-size:10pt; } /* Format für fliesstext in tabellen */
h3 { font-family:Verdana,Helvetica,Arial,sans-serif;font-size:12pt;font-weight:bolder;color:#000099; } /* Format für ueberschrift */
div { font-family:Verdana,Helvetica,Arial,sans-serif;font-size:10pt; } /* Format für fliesstext */
code { font-family:"Andale Mono","Lucida Console",monospace;font-size:10pt;vertical-align:bottom;font-weight:bold; } /* Format für programmcode */
blockquote { margin-top: 0.5em; } /* Format für Texteinzug */
body { direction:ltr; color:rgb(0, 0, 0); background-color:rgb(255, 255, 255); background-image:url(../image/pic_c128net_wallpaper.gif); }
a:link { color:#0000ff; }
a:visited { color:#000066; }
a:active { color:#ff0000; }
/* code { font-family:cbm64,monospace;font-size:10pt;vertical-align:bottom; } /* Format für programmcode */
@media print {
  /* ... Formatdefinitionen zum Drucken ... */
	body { direction:ltr; color:rgb(0, 0, 0); background-color:rgb(255, 255, 255); background-image:url(); }
	a:link { color:#000000; text-decoration:none; }
	a:visited { color:#000000; text-decoration:none; }
	a:active { color:#000000; text-decoration:none; }
	*.hide { display:none; }
}
@media screen {
  /* ... Formatdefinitionen für Bildschirm ... */
  *.invisible { display:none; }
}
