a.blue:link {	
	background:  transparent;
	text-decoration:  none;
	color:  #000080;
}
a.blue:visited {	
	background:  transparent;
	text-decoration:  none;
	color:  #000080;
}
a.blue:hover {	
	background:  transparent;
	text-decoration:  underline;
	color:  #3165CE;
}


a.black:link {	
	background:  transparent;
	text-decoration:  none;
	color:  #000000;
}
a.black:visited {	
	background:  transparent;
	text-decoration:  none;
	color:  #000000;
}
a.black:hover {	
	background:  transparent;
	text-decoration:  none;
	color:  #0000FF;
}


a.pink:link {	
	background:  transparent;
	text-decoration:  none;
	color:  #DE2C52;
}
a.pink:visited {	
	background:  transparent;
	text-decoration:  none;
	color:  #DE2C52;
}
a.pink:hover {	
	background:  transparent;
	text-decoration:  none;
	color:  #0000FF;
}




a.purple:link {	
	background:  transparent;
	text-decoration:  none;
	color:  #B582B5;
}
a.purple:visited {	
	background:  transparent;
	text-decoration:  none;
	color:  #B582B5;
}
a.purple:hover {	
	background:  transparent;
	text-decoration:  none;
	color:  #0000FF;
}
