a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: line-through;
}
a:hover {
	text-decoration: underline overline;
}
a:active {
	color: #00FFFF;
}
