a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Franklin Gothic Book";

}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Franklin Gothic Book";

}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline blink;
	font-family: "Franklin Gothic Book";

}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: "Franklin Gothic Book";

}
