
body {
       background: #000000;
       color: #00FFFF;
       font-size: 12pt;
       font-family: verdana;
       font-weight: ;
       }

p  {
   font-family:  comic sans ms;
   font-style:   italic;
   font-weight:  normal;
   font-variant: ;
   text-align: left;
   color: #EFEFEF;

   }

table {
      border-style: ;
      color: #FFFFFF;
      margin-left: auto;
      margin-right: auto;
      margin-top: 5%;
      }


ul    {
         line-height:2.5em;
         list-style-image:url(images/cn01.png);
         text-align: left;
      }

a:link {
        color: #00DF00;
         text-decoration: none;
         font-weight:bold;
       }

a:visited {
         color: #00E0FF;
          text-decoration: none;
          font-weight:bold;
          }

a:hover  {
         color: #00FF5F;
          text-decoration: none;
          font-weight:bold;
          }

a:active {
         color:transparent;
        }
