/* Hyperlinks could be set to none in decoration, to avoid link format except on hover */

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: bold;
}

