﻿a:link {
	font-family: "Copperplate Gothic Light";
	font-size: large;
	text-decoration: underline;
	color: #000000;
}
a:visited {
	font-family: "Copperplate Gothic Light";
	font-size: large;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: "Copperplate Gothic Light";
	font-size: large;
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	font-family: "Copperplate Gothic Light";
	font-size: large;
	text-decoration: underline;
	color: #800080;
}

