a:link {color: black}     /* unvisited link */
a:visited {color: black}  /* visited link */
a:hover {color: gray}   /* mouse over link */
a:active {color: black}   /* selected link */

h1 {
   color: #fc7404;
   text-align: left;
   font-family: arial;
   font-size: 17pt;
}

h2 {
   font-weight: bold;
   font-family: arial;
   font-size: 18px;
   margin: 0;
   padding: 0;
   color: black;
 }


body {   
   padding-left: 20%;
   padding-right: 20%;
   text-align: left;
   color: black;
   font-family: arial;
   font-size: 16px;
   list-style-type: none;
   list-style-position: outside;
   line-height: 20px;
   margin:0; overflow-x: hidden;position: relative;
}


table {
   text-align: left;
   color: black;
   font-family: arial;
   font-size: 10pt;
   list-style-type: none;
   list-style-position: outside;
   line-height: 20px;
   }

img {border: 0}

p {
   margin: 0;
   padding: 0;
   font-family: arial;
   font-size: 16px;
}

ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   font-family: arial;
   font-size: 16px;
 }