@charset "utf-8";

.blink:link {
	color:#5D5D5D;
	font-weight:bold;
	text-decoration:underline;
}
.blink:visited {
	color:#5D5D5D;
	font-weight:bold;
	text-decoration:underline;
}
.blink:active {
	color:#5D5D5D;
	font-weight:bold;
	text-decoration:underline;
 }
.blink:hover {
	color:#5D5D5D;
	font-weight:bold;
	text-decoration:underline;
 }