/* DATEI: trickstyle.css */

/* Formatierungen für den Web-Auftritt von */
/* www.kartentricks.de */
/* Version 1.0 vom 16.04.1999 - Andreas J. Schindler */

body { margin-top:10px; margin-bottom:10px;background-color:#000000; }
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel*/

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,blockquote,nobr,b,i
     { font-family:Arial,sans-serif;color:#ffffff }
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

h1 { font-size:22pt;font-weight:bold; }
/* font-size = Schriftgroesse */
/* 18pt = 18 Punkt */
/* font-weight:bold = Fettschrift*/

h2 { font-size:18pt;font-weight:bold;color:a0a0ff; }
h3 { font-size:16pt;font-weight:bold; }
h4 { font-size:12pt;font-weight:bold; }

h5 { font-size:12pt;font-weight:bold;font-style:italic;color:FFFF80; }

p,ul,ol,li,div,th,td,nobr,b,i { font-size:12pt;font-weight:bold; }

/* p { alignment:justify;text-align:justify; } */
td { alignment:center;text-align:center; }
pre { font-family:Courier New,Courier; font-size:12pt; color:#0000C0; }


a:link { color:#58df51; text-decoration:none; }
a:visited { color:#FF0000; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:none; }