A:LINK {
	color: Red;
	text-decoration: underline;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}

A:HOVER {
	background-color: White;
	color: Red;
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
}

