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: #0000CC;
}
  


a.blue:link {	
	background: transparent;
	text-decoration:  none;
	color: #0000cc;
}
a.blue:visited {
 	background: transparent;
	text-decoration:  none;
	color: #0000cc;
}

a.blue:hover {
 	background: transparent;
	text-decoration:  none;
 	color: #C6A6BD;
}



a.purple:link {	
	background: transparent;
	text-decoration:  none;
	color: #654565;
}
a.purple:visited {
 	background: transparent;
	text-decoration:  none;
	color: #654565;
}
a.purple:hover {
 	background: transparent;
	text-decoration:  none;
 	color: #0000ff;
}