a:link  {
     color: #3b30ef;
     background-color: transparent;
     text-decoration: none;
     }

a:visited  {
     color: #6699FF;
     background-color: transparent;
     text-decoration: none;
     }

a:hover  {
     color: #cc3333;
     background-color: transparent;
     text-decoration: none;
     }

.nav  {
     color: #000000;
     background-color: transparent;
     text-decoration: none;
     }

.nav a:link  {
     color: #000000;
     background-color: transparent;
     text-decoration: none;
     }

.nav a:visited  {
     color: #000000;
     background-color: transparent;
     text-decoration: none;
     }

.nav a:hover  {
     font-weight: bold;
     color: #cc3333;
     background-color: transparent;
     text-decoration: underline;
     }

body  {
     font-size: 12pt;
     color: #000000;
     font-family: Trebuchet MS,verdana, arial, helvetica, serif;
     }
