a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
