
.linkblue a {
	font-size: 12px;
	color: #333;
}
.linkblue a:link {
	text-decoration: none;
}
.linkblue a:visited {
	text-decoration: none;
	color: #333;
}
.linkblue a:hover {
	color: #333;
	font-weight: 600;
}
.linkblue a:active {
	text-decoration: none;
	color: #333;
}
