@charset "utf-8";
    a.linkText {
	color : #000000;
    }
    
    a.linkText:link {
	color : #000000;    /* you can define other styles if necessary */
    }
    
    a.linkText:visited {
	color : #000000;    /* you can define other styles if necessary */
    }
    
    a.linkText:hover {
	color : #00CCFF;}