a:link {
	font-family: Broadway;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline overline;
}
a:hover {
	font-family: Algerian;
	font-size: 30px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFF00;
	text-decoration: underline overline;
}
a:active {
	font-family: Algerian;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #00FFFF;
	text-decoration: underline overline;
}
a:visited {
	font-family: Broadway;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #996633;
	text-decoration: underline overline;
}
