@CHARSET "UTF-8";


/* User text
-------------------------------------------------------*/
div.text-container {
}
div.text-container strong {
	font-weight: bold!important;
}
div.text-container em {
	font-style: italic!important;
}
div.text-container p {
	margin: 8px 0!important;
}
div.text-container p:first-child, div.text-container p:last-child {
	margin: 0!important;
}
