a:link {
	color: #666666;
	line-height: normal;
	text-decoration: underline;

}
a:visited {
	line-height: normal;
	color: #999999;
	text-decoration: underline;
}

a:hover {
	line-height: normal;
	color: #FF00FF;
	text-decoration: line-through;
}
