
  a:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    text-decoration : underline;
	}

   a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    text-decoration: underline;
	}

   a:hover {
    color: #3300CC;
    text-decoration: none;
    background: transparent;
	}

   a:active {
    font-family: Arial, Helvectia, sans-serif;
    color: #000066;
    text-decoration: none;
	}

	.bold {
	 font-size: 12pt;
	 font-weight: bold;
	 color: #000066;
	 }
