@charset "utf-8";
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
.link:hover{
	text-decoration:underline;
}

