a.here { 
	color: green;
 }

a.here:link{
	color: green;
}

a.here:hover{
	color: #1a26c1;
}

 a:link {
   color: green;  /* #c70039; */ /*  #56119b; */
 }

 a:visited {
   color: #c70039;
 }


 a:hover {
   color: #1a26c1;
 }


 a:active {
   color: green;
 }
