a:link {
	text-decoration: none;
	font-style: normal;
	color: #999999;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #333333;
	text-decoration: none;
	}
	a:active {
	text-decoration: none;
	color: #999999;
}