﻿@import 'general.css';
@import 'elements.css';
@import 'special-elements.css';
@import 'forms.css';
@import 'links.css';
@import 'blogarticles.css';
@import 'portfolioitems.css';



#debug {
	display: none;
}

div.emph {
	font-size: 12px;
	display: inline;
	font-weight: 600;
	background: #f0f0f0;
}

span.emph {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px dotted #cccccc;
}

.marker {
	color: #ff0060;
	font-weight: bold;
	background: #f0e8e8;
	padding: 5px;
}

