@charset "UTF-8";
.link3 {
	color: #333333;
	text-decoration: underline blink;
	font-family: Arial;
	font-size: 36px;
	font-weight: bold;
}
.link3:link {
	color: #333333;
	text-decoration: underline blink;
	font-size: 36px;
}
.link3:visited {
	text-decoration: none;
	color: #333333;
}
.link3:hover {
	text-decoration: underline;
	color: #0099FF;
}
.link3:active {
	text-decoration: none;
	color: #FF0000;
}
