/* DATEI: wildsite.css */

body { font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10pt; color:#404040; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:Verdana,Arial,Helvetica,sans-serif; }

p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:10pt; }

h1 { font-size:20pt; font-style:italic; }

h2 { font-size:16pt; }

h3 { font-size:13pt; }

h4 { font-size:10pt; font-weight:bold; }

big { font-size:24pt; font-weight:bold; }
medium { font-size:16pt;}
small { font-size:8pt; font-weight:normal; }

pre { font-family:Courier New,Courier; font-size:10pt; color:#404040; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */

a:link { color:#ff0000; text-decoration:underline; }
a:visited { color:#0000a0; text-decoration:underline; }
a:active { color:#0000a0; text-decoration:underline; }

a.an { text-decoration:none; }