body.contrast {
	--tiny:16px;
	--small:18px;
	--gray:#333;
	
	font-weight:500;
}

/* interface */
body.contrast nav.main-menu {color:#000; font-weight:bold;}


/* news */
body.contrast .news span.date,
body.contrast .news span.category,
body.contrast .news span.author
{font-weight:bold;}

/* msusable template cover */
body.contrast .ce-msusable-records.template-cover > .item > a.wrap {
	border:solid 1px #888;
	background:#fff;
}

body.contrast .ce-msusable-records.template-cover .item-text {color:#000;}

body.contrast .ce-msusable-records.template-cover .overlay:before {
	background:#fff;
	opacity:0.9;
}

body.contrast .ce-msusable-records.template-cover .item-text h3 {font-weight:bold;}

body.contrast .ce-msusable-records.template-cover .overlay:after {display:none;}