a.purple:link {
	color: #565765;
}

a.purple:visited {
  color: #565765;
}

a.purple:hover {
	text-decoration: #565765;
}

a.purple:active {
	color: #565765;
}
a.white:link {
	color: white;
}

a.white:visited {
  color: white;
}

a.white:hover {
	text-decoration: white;
}

a.white:active {
	color: white;
}

a.blue:link {
	color: #426288;
	text-decoration:underline;
}

a.blue:visited {
	color: #426288;
	text-decoration:underline;
}

a.blue:hover {
	text-decoration: #426288;
	text-decoration:none;
