/* CSS Document null.css */
.wysiwyg p {
	margin-bottom: 10px;
	font-size: 1em;
}


.wysiwyg p.perex {
	font-weight: bold;
	color: #42BEE9;
}

.wysiwyg h2 {
	background: url('./img/wysiwyg/header_h2.gif') 0 0 no-repeat;
	color: #41add5;
	font-weight: bold;
	padding: 8px 15px;
	font-size: 1.17em;
	margin: 15px 0;
}
.wysiwyg h3 {
#	background: url('./img/wysiwyg/header_h2.gif') 0 0 no-repeat;
	color: #41add5;
	font-weight: bold;
	font-size: 1.14em;
	margin: 15px 0;
}

.wysiwyg ul {
	list-style-type: none;
}

	.wysiwyg ul li {
	background: url('./img/wysiwyg/ul_li.gif') 0 0.3em no-repeat;
	padding-left: 15px;
	margin-bottom: 4px;
	font-weight: normal;
	}

