/* Zet's CSS def's */
h1,h2,h3,text,p,th,td,b,a,body  { 
	/* 
	 * Netscape 4.7 goes crazy with these ! 
	font-size:10pt;
	line-height:10pt;
	font-family:Helvetica,Arial;
	text-shadow:gray; */
	font-size:12px; 
	line-height:14px; 
	font-family:Helvetica,Arial;
	text-shadow:gray;
	/* color:#FF9900; */
}

/* FX added his Phenoelit we-cannot-print-such-a-thing color. And yes,
   we can! Whoever want's to have a shirt: dorp me an email*/
pre  { 
	font-size:12px; 
	line-height:14px; 
	font-family:Courier;
}
/* Thanks to Wolf for pointing out a spelling error */
a:link { color:#FF6600; text-decoration:underline; }
a:visited { color:#CC6600; text-decoration:underline; }
a:active { color:#FFFF00; text-decoration:none; }


/* I discovered that comments in CSS files are a funny thing. 
   Germans: Ever wondered what the SELFHTML guy is like when not writing
            official documents? Look at his style sheet file:
	    http://www.teamone.de/selfhtml/wselfhtm.css
	    on line 179, what words he uses. Rating: Cool. */
