﻿


a {
	text-decoration: none;
	color:Fuchsia;
}

a:visited {
	color:Purple;
}

a:hover {
	text-decoration: underline;
	color:Blue;
}

a:active {
	color:Green;
}

