* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-size: 12px;
	color: #333;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h3  {
	font-size: 24px;
	color: #3E015F;
	display: block;
}

h4 {
	font-size: 16px;
	color: #3E015F;
	font-weight: normal;
}
p {
	margin-bottom: 10px;
}

