

h1, h2, h3, h4, h5, h6,
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6,
.h3, .h4, .h5, .h6 {
	color: #000000 !important;
}

.tip {
	background-image:url('../../Client/Content/images/icons/tip_gray.png');
}

.important {
	background-image:url('../../Client/Content/images/icons/important_gray.png');
}

.restriction {
	background-image:url('../../Client/Content/images/icons/restriction_gray.png');
}

.topic-content a:not(.btn) {
	color: #000000 !important;
	font-weight: bold;
	text-decoration: underline;
}
.topic-content .infobox a {
	color: #E2001A !important;
	font-weight: normal;
	text-decoration: none;
}
