
/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

<STYLE>
<!--
 A.body:link {background: none; color: #21005A; text-decoration: underline}
 A.body:active {background; none: color: #21005A; text-decoration: underline;}
 A.body:visited {background: none; color: #21005A; text-decoration: underline;}
 A.body:hover {background: #ffcc99; color: #21005A; text-decoration: underline;}
 <!A CLASS=body HREF....>This anchor and all other anchors with CLASS foot will be displayed as declared above</A>
 H1 {font:normal 20pt "Verdana", "Tahoma", "Arial"; color: #21005A;}
 H3 {font:normal 15pt "Verdana", "Tahoma", "Arial"; color: #21005A;}
 P {font:10pt/15pt "Verdana", "Tahoma", "Arial"}
 P.intro {font:italic bold}
 P.intro EM{font-style:normal}
 A:link {background: none; color: #21005A; text-decoration: none}
 A:visited {background: none; color: #21005A; text-decoration: none}
 A:hover {background: none; color: #924012; text-decoration: underline}
 A:active {background: none; color: #21005A; text-decoration: none}
-->
</STYLE>

