a:link, a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
} /* general links style*/
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:focus {
	outline-style: none;
}
