﻿a {
	color: #0000FF;
}
a:visited {
	color: #7F007F;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #BB0000;
}

