a.link-extern {
	color: #C60000;
	text-decoration: underline;
	font-weight: bold;
}

a.link-extern:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #C60000;
}

a.link-intern {
	color: #C60000;
	font-weight: bold;
}

p.align-center {
	text-align: center;
}

