<style type="text/css" media="screen">

body { font-size:10pt; font-family:Arial, Helvetica, Verdana, sans-serif; color:black; background-color:white background-image:url("bk.gif"); }
 <!--
Note that some browsers ignore the background-image property for the BODY tag,
if it is specified in an external stylesheet. Better also add the property
in each page with <body background="bk.gif">
-->

a { color:#0000ff; font-style:normal; text-decoration:underline;
cursor:hand; }
a:link { color:#0000ff; font-style:normal; text-decoration:underline; cursor:hand; }
a:visited { color:#0000a0; font-style:normal; text-decoration:underline; }
a:active { color:rgb(255,0,0); font-style:normal; text-decoration:underline; }
a:hover { color:#408080; font-style:bold; text-decoration:underline; }

h1,h2,h3 { font-family:Arial, Helvetica, Verdana, sans-serif; font-style:bold; }
h1 { color:#348956; font-size:18pt; }
h2 { color:#934323; font-size:14pt; }
h3 { color:#934323; font-size:12pt; }

</style>
