
A{
	font-family: Arial;
	font-size: 14px;
	color: blue;
	text-decoration: none;
	}
A:hover{
	color: red;
	text-decoration: none;
	}
