/* Note:  a:visited must come before hover and active due to IE browser bug. -mr */

a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #666666;

}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: none;
	color: gray;

}
