a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #3333FF;
	text-decoration: underline;
}
