.links {
	color: black;
}


a {
	text-decoration: none;
	color: black;
}
a:hover { color: black; text-decoration: underline; 
}

strong {
     color: red;
}