a.nostyle, a.nostyle:visited, a.nostyle:active {
	text-decoration: none;
	color: rgb(168, 168, 168);
}

a.nostyle:hover {
	text-decoration: underline;
}

/*Overlay GDPR Cookie consent*/
#gdpr-cookie-message {
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	padding: 100px;
	color: #f0f0f0;
}

#gdpr-cookie-message p {
	width: 400px;
}

#gdpr-cookie-message p a,
#gdpr-cookie-message p a:visited,
#gdpr-cookie-message p a:active {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: bold;
}

#gdpr-cookie-message p a:hover {
	text-decoration: underline;
}