body {
	font-size: 12px;
	text-decoration: none;
}
.NavLink a:link {
	color: #999999;
	text-decoration: none;
}
.NavLink a:visited {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
.NavLink a:hover {
	color: #000000;
	text-decoration: none;
}
