/*
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 */
P         { font-family: Palatino,"Book Antiqua",serif; font-size: 16pt}
P.small   { font-family: Palatino,"Book Antiqua",serif; font-size: 12pt }
P.big     { font-family: Palatino,"Book Antiqua",serif; font-size: 24pt }

H1        { font-size: 24pt; color: #000000; font-weight: bold; width: 100% }
H2        { font-size: 18pt; color: #000000; font-weight: bold; width: 100% }

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

/* character styles */
B         { color: #009900 }