a:visited {
	text-decoration: underline;
	color: #5500AA
}
a:link {
	text-decoration: underline;
	color: #2A00FF
}
a:hover {
	color: #2A3F55;
	text-decoration: none
}

