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

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


