@import url("styles.css");

#blockMag ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	list-style-type: none;
}
#blockMag ul li {
	padding: 0px;
	margin: 0px;
}
#blockMag ul li ul {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	list-style-type: none;
}
#blockMag ul li ul li {
	padding-left: 0px;
	margin-left: -20px;
	list-style: square;
}