@charset "utf-8";
/* CSS Document */

.bluelink a {
	font-size: 12px;
	font-weight: bold;
	color: #0097A8;
	text-decoration: none;
}
.bluelinklist li a {
	font-size: 12px;
	font-weight: bold;
	color: #0097A8;
	text-decoration: underline;
}
.bluelinklist li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0097A8;
	text-decoration: underline;
}
.bluelink a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #0097A8;
	text-decoration: none;
}

