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

/* block styles */
BODY      { background: white; font-family: Palatino,"Book Antiqua",serif; font-size: 12pt }
P         { font-family: Palatino,"Book Antiqua",serif; font-size: 16pt; margin-left: 1cm }
P.a       { font-family: Palatino,"Book Antiqua",serif; font-size: 16pt; text-align: left; margin-left: 1cm }
P.b       { font-family: Palatino,"Book Antiqua",serif; font-size: 16pt; text-align: left; margin-left: 0cm }
H1        { font-family: Palatino,"Book Antiqua",serif; font-size: 24pt; color: #472309; font-weight: bold; width: 100%; border-bottom-width: 3px; border-color: #914620 }
H2        { font-family: Palatino,"Book Antiqua",serif; font-size: 16pt; color: #472309; font-weight: bold; width: 100%; border-bottom-width: 1px; border-color: #914620 }
H3        { font-family: Palatino,"Book Antiqua",serif; font-size: 12pt; color: #004000; font-weight: normal; margin-left: 1cm; border-width: 2px; border-color: #0060000; background: #FFFFD0 }
.bildtext { font-family: Palatino,"Book Antiqua",serif; font-size: 10pt; text-align: center }
.bild     { text-align: center }
A:link    { color: #472309 }
A:visited { color: #472309 }
A:active  { color: #472309 }

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

/* character styles */
CODE    { font-family: Monaco,Courier,monospace; font-size: 10pt; color: #000060 }
S       { color: #505050 }
B       { color: #472309 }
EM      { background: yellow; font-style: normal }
STRONG  { background: yellow; font-style: bold }
U       { color: #004000 }
I       { color: #004000; background: #FFFF80; font-style: normal }