/* Write here your custom CSS rules. */
/* *** TIL BRUG PÅ DOKUMENT-SIDERNE *** */
a:link.anchor, a:visited.anchor {
	color: black;
	text-decoration: none;
}

a:hover.anchor {
	color: #AA0000;
	text-decoration: none;
}

a:link.no-highlight, a:visited.no-highlight {
	color: black;
	text-decoration: none;
}

a:hover.no-highlight {
	color: black;
	text-decoration: underline;
}

hr.anarkismo {
	background-color: black;
	border: 0;
	color: black;
	float: left;
	width: 25%;
}
