a {
	color: White;
	font-family: serif;
	font-size: 12pt;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
a:hover {
#	color: Fuchsia;
	color: blue;
	font-family: serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

