﻿a:link {
	color:white;
}
a:visited {
	color:red;
}
a:hover {
	color:yellow;
}
a:active {
	color:lime
}
