﻿a:link {
	font-style: normal;
	text-decoration: underline;
	color: a52f33;
}

a:visited {
	font-style: normal;
	text-decoration: none;
	color: 009864;
}

a:active {
	font-style: normal;
	text-decoration: none;
	color: eae000;
}

a:hover {
	font-style: bold;
	text-decoration: underline;
	color: black;
}
