@charset "utf-8";
/* CSS Document */

.link_text_blue {
	margin: 20px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em; 
	color: #259aee;
}


.link_text_blue:hover {
	margin: 20px 5px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}