@CHARSET "UTF-8";

.matherial-content ul {
	float:none;
	list-style-type:disc;
	list-style-position:outside;
	margin-left:5%;
}

.matherial-content ol {
	float:none;
	list-style-position:outside;
	margin-left:5%;
}

.matherial-content p {
	margin-top:11px;
	margin-bottom:11px;
	text-indent:0;
}

.matherial-content h1 {
	font-weight:bold;
	font-size:120%;
}

.matherial-content h2 {
	font-weight:bold;
	color:#eb5652;
	font-size:110%;
}
.matherial-content h3 {
	font-weight:bold;
}

.matherial-content table
{
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
}

.admin-link-block a{
	font-weight:bold;
}

.hidden-block {
	display:none;
}
