
a[href]:link {
	color: blue;
	text-decoration: none;
}

a[href]:active {
	color: blue;
	text-decoration: none;
}

a[href]:visited {
	color: blue;
	text-decoration: none;
}

a[href]:hover {
	color: red;
	text-decoration: none;
}

a:link {
	color: blue;
	text-decoration: none;
}

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

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}
