/*
to use this style sheet insert the following in your <HEAD> tag:
<LINK REL=StyleSheet HREF="stylesheet.css" TYPE="text/css" MEDIA="screen">
*/

/* block styles */
BODY      { font-family: Palatino,"Book Antiqua",serif; font-size: 12px }
P.a       { font-family: Palatino,"Book Antiqua",serif; font-size: 14px }
P.b       { font-family: Palatino,"Book Antiqua",serif; font-size: 10px }
H1        { font-family: Techno,serif; font-size: 24px; color: #000000; font-weight: bold }
H2        { font-family: Techno,serif; font-size: 16px; color: #000000; font-weight: bold }
H3        { font-family: Techno,serif; font-size: 14px; color: #000000; font-weight: bold }

.bildtext { font-family: Palatino,"Book Antiqua",serif; font-size: 10px; text-align: center }
.bild     { text-align: center }

A:link    { color: #009900 }
A:visited { color: #003300 }
A:active  { color: #472309 }

/* lists */
OL      { font-family: Palatino,"Book Antiqua",serif; font-size: 12px; margin-left: 1cm }
UL      { font-family: Palatino,"Book Antiqua",serif; font-size: 12px; margin-left: 1cm }
DL      { font-family: Palatino,"Book Antiqua",serif; font-size: 12px; margin-left: 1cm }
DT      { color: #004000; font-weight: bold }
DD      { font-family: Palatino,"Book Antiqua",serif; font-size: 12px }
LI      { font-family: Palatino,"Book Antiqua",serif; font-size: 12px }

/* character styles */
CODE    { font-family: Monaco,Courier,monospace; font-size: 10px; color: #000060 }
S       { color: #505050 }
B       { color: #009900 }