/* style-jdspraysolutions.css */

  a.link {
    background-color: transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    text-decoration: none;
        }

  a.link:visited {
    background-color: transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    text-decoration: none;
        }
/*-- hover must be last --*/
  a.link:hover {
    background-color: transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    text-decoration: none;
        }

  a.mylink {
    background-color: transparent;
    color: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
        }

  a.mylink:visited {
    background-color: transparent;
    color: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
        }
/*-- hover must be last --*/
  a.mylink:hover {
    background-color: transparent;
    color: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
        }

  a.tag {
    color: #a0a0a0;
    background: transparent;
    font-weight: 900;
    text-decoration: none;
        }

  a.tag:visited {
    color: #a0a0a0;
    background: transparent;
    font-weight: 900;
    text-decoration: none;
        }
/*-- hover must be last --*/
  a.tag:hover {
    color: #c00000;
    background: transparent;
    font-weight: 900;
    text-decoration: underline;
        }

  img.url {
    border: 0;
    height: 1px;
    margin: 0;
    padding: 0;
    width: 1px;
        }

/* end */