.Link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #666666;

}
a:active {  color: #666666; text-decoration: underline}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:link {  color: #666666; text-decoration: none}
a:visited {
	color: #666666;
	text-decoration: none;
}
