﻿
/* normale links */
a.contentlink, a.contentlink:link {
	font-weight: 600;
	color: #003399; 
	text-decoration: none;
}

a.contentlink:active {
	color: #000000; 
}

a.contentlink:hover {
	text-decoration: underline;
}


/* normale links */
a, a:link {
	font-weight: 600;
	color: #003399; 
	text-decoration: none;
}

a:active {
	color:#000000; 
}

a:hover {
	text-decoration: underline;
}
