.link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.link:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
