
  A.quick:link {
          color: #000000;
          text-decoration: none;
          background: transparent;
 }

  A.quick:active {
            color: #000000;
            text-decoration: none;
            background: transparent;
 }

 A.quick:visited {
            color: #000000;
            text-decoration: none;
            background: transparent;
 }

 A.quick:hover {
          color: #000000;
          text-decoration: none;
          background: transparent;
 }
A.green:link {
          color: #ffffff;
          text-decoration: none;
          background: transparent;
 }

A.green:active {
            color: #ffffff;
            text-decoration: none;
            background: transparent;
 }

A.green:visited {
            color: #ffffff;
            text-decoration: none;
            background: transparent;
 }

 A.green:hover {
          color: #ffffff;
          text-decoration: none;
          background: transparent;
 }