@charset "utf-8";


.link1 {
	color: #000066;
	text-decoration: none;
}
a:link {
	color: #003366;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}
a:hover {
	color: #003366;
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
}
a:active {
	color: #003366;
	font-size: 15px;
	font-weight: normal;
}

