ul, ol {
	margin: 15px 0 15px 15px;
	padding: 0;
}
ol {
	margin-left: 20px;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	list-style-position: outside;
}
ul li {
	list-style-type: circle;
}
ol li {
	list-style-type: decimal;
}
a {
	font-size: inherit;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-size: inherit;
	color: #ffffff;
	background: #3F4E7B;
	text-decoration: none;
}
#main-content p.sikeresen_elkuldve {
	border-bottom: 1px solid #5A6D8D;
	border-top: 1px solid #5A6D8D;
	color: #009900;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	background: #eeeeee;
	text-align: center;
}
