a {
	text-declaration: none;
	color: black;
}

a:link { text-declaration: none;}
a:visited {}
a:focus {}
a:hover {} /*can put on OTHER things */
a:active {}

a:link, a:visited: { text-declaration: none;} /*combine two in one line with comma*/

a:focus /* uncommon. for alt+tab- highlights links */