
h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #013F64;
}