/* Hyperlinks could be set to none in decoration, to avoid link format except on hover */

/* comment all out, let local user settings define
a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
end comment out */

