.link {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
.link1 a{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

.link1 a:visited{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
.link1 a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF3366;
	text-decoration: none;
}
