a, a:link, a:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman";
	font-size: 20px;
	color: Black;
}
 a:hover{
	font-family: Georgia, "Times New Roman";
	font-size: 20px;
	text-decoration: underline;
	color: Black;
}