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

/* block styles */

BODY      { background: white; font-family: Verdana; font-size: 12px }
P         { font-family: Verdana; font-size: 12px; text-align: justify }
P.special { font-family: Verdana; font-size: 11px; text-align: justify }
P.left    { font-family: Verdana; font-size: 12px; text-align: left }
TD        { font-family: Verdana; font-size: 12px }

H1        { font-family: Verdana; font-size: 36px; text-align: center; font-weight: bold }
H2        { font-family: Verdana; font-size: 24px; text-align: center; font-weight: bold }
H3        { font-family: Verdana; font-size: 14px; text-align: center; font-weight: bold }
H4        { font-family: Verdana; font-size: 18px; text-align: center; font-weight: bold }

.head     { text-align: center }
.hdead    { text-align: right; color: #999999 }
.vdead    { text-align: left; color: #999999 }

/* links - works good only in IE */
A:link    { color: #000000; text-decoration: none }
A:visited { color: #000000; text-decoration: none  }
A:hover   { color: #000000; text-decoration: underline }
A:active  { color: #000000; text-decoration: underline }

/* character styles */
B         { font-weight: bold }
U         { text-decoration: underline }
I         { font-style: italic }