﻿a:link {
	color: #FFFF00; text-decoration: none
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #FFFF00; text-decoration: none
}
a:hover {
	color: #FF0000; text-decoration: underline
}
.counter {
	font-size: small;
	color: #FFFFFF;
}

