a:visited {
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: overline;
}
a:active {
	text-decoration: none;
}
