﻿a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #DF00DF;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9900CC;
}
a:visited:hover {
	color: #925EFF;
	text-decoration: none;
}
	