﻿a:link {
	color: blue;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#003300;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:maroon;
}

a:visited:hover {
	text-decoration:none;
	color:#003300;
	font-weight:bold;
}
