<!--------- 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: #ffffff

                }

td {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 10pt;
                color: #ffffff
                }


li {
                font-family: Verdana, Arial, Times New Roman;
                font-size: 10pt;
                color: #ffffff
                } 


h1,h2,h3,h4,h5,h6 {
                  color: #ffffff;
                  font-family: Verdana, Arial, Times New Roman;
                  text-align:left;

                  }


a:link {color: #D2691E;  }
a:visited {color: #DEB887;   }
a:active {color: yellow;   }
a:hover {color: yellow;  } 
