<!--------- 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: 9pt;
                font-color: black
                color: #000000
                }

td {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 9pt;
                }

li {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 9pt;
                } 


h1,h2,h3,h4,h5,h6 {
                  color: #d97b00;
                  font-family: Verdana, Arial, Times New Roman;
                  text-align:left;
                  font-size: 8pt;
                  }


a:link {color: #d97b00; text-decoration: none }
a:visited {color: #719100;  text-decoration: none  }
a:active {color: #a8d410;  text-decoration: none  }
a:hover {color: #e31b00;  text-decoration: none } 
