<!--------- 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;
                color: white

                }


td {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 10pt;
                color: white

                }

li {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 10pt;
                color: white
                } 

h1,h2,h3,h4,h5,h6 {
                  color: #FFCC33;
                  font-family: Verdana, Arial, Times New Roman;
                  text-align:left;

                  }


a:link {color: #FFCC33; text-decoration: none }
a:visited {color: #EDC2AB;  text-decoration: none }
a:active {color: #7A2E16;  text-decoration: none }
a:hover {color: #FFFFFF;  text-decoration: none} 

