﻿a {
	color: #00FFFF;
}
a:active {
	color:yellow 
}
a:hover {
	color:lime
}
a:visited {
	color:fuchsia
}
