<!--------- The below CSS tags can be called for a special link like this:
<a class="sidenav" href="example.html">blah</a>
----------------->



/* TAGS */

body {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 10pt;
                font-color: white
                color: #000000
                }





td {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 10pt;
                }


li {
                font-family: Verdana, Arial, Times New Roman;

                } 

li.ulleftnav {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 8pt;
                } 


h1,h2,h3,h4,h5,h6 {
                  color: #FF0099;
                  font-family: Verdana, Arial, Times New Roman;
                  text-align:left;

                  }


a:link {color: #FF0099;  }
a:visited {color: #A66C93;   }
a:active {color: yellow;   }
a:hover {color: yellow;  } 
