@charset "utf-8";
a:link {
	text-decoration:none;
	color: #666666;
} 
a:visited {
	text-decoration:none;
	color:#666666;
} 
a:hover {
	position:relative;
	top:2px;
	left:2px;
	color: #999999
} 
a:active {
	color:#666666;
}

