    a:link,  a:visited {
        background-color: inherit;
    	color: rgb(0%, 0%, 80%);
        text-decoration: none;
    }

    a:hover  {
    	background-color:  rgb(30%, 30%, 100%);
    	color: rgb(100%, 100%, 100%);
    }
    
    a:active {
    	color: rgb(100%, 0%, 0%);
    	background-color:  rgb(30%, 30%, 100%);
    }

    /* Links without decoration.  These are usually
       wrapped around buttons and images which are
       self-evidently links. */
    
    a.i:link, a.i:visited, a.i:hover {
    	background-color:  inherit;
    	color: inherit;
        text-decoration: none;
    }
