<style type="text/css">
<!--
NOTE: I've changed this pages over to CSS.  This eliminates the need for many font-related HTML tags, will keep things on the main page uniform, 
and helps the site load faster. Basically, use <h5> as a tag for your headings and the <p> tag for your text.  
Just remember to close out the tag (</h5> and </p>). ~Katherine Nabity
 

body {background-color: #ffffff}

a:link {color: Purple}     /* unvisited link */
a:visited {color: Purple}  /* visited link */
a:hover {color: #FFCC00}   /* mouse over link */
a:active {color: #FFCC00}   /* selected link */

ul.disc {list-style-type: disc; font-family: arial; font-size: 10pt}
ol.decimal {list-style-type: decimal; font-family: arial; font-size: 80%}


h2 {color: Purple; font-family: arial}
h3 {font-family: arial; background-color: #d1e8d2; font-size: 150%; color: purple;}
h4 {color: Green; font-family: arial; line-height: 95%}
h5 {color: Black; font-family: arial; background-color: #C2B3D5; margin-top: 10;
 padding-top: 0; margin-bottom: 5;
 padding-bottom: 0;}

p {color: black; font-family: arial; font-size: 10pt; margin-top: 5;
 padding-top: 0; margin-bottom: 0;
 padding-bottom: 0;}
-->
</style>
