body {
      background:#120269;
      font-family: Verdana, Helvetica, Arial;
      font-weight: bold;
      font-style: italic;
      font-size: 9pt;
      color: #ffffff;
      text-align: left;
	  text-decoration: none;
      }
	  
	  .nav
	  { color: yellow;
	  text-decoration: none;
	  }
	  
	  a:link {
      color: yellow;
      text-decoration: none;
      }

      a:vistid {
      color: gold;
      text-decoration: none;
      }

      a:active {
      color: #ffffff;
      text-decoration: none;
      }

      a:hover {
      font-size: 9pt;
      font-weight: bold;
      color: #0000ff;
      background-color: #ffdf00;
      text-decoration: none;
      }
