body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	line-height: 20px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 100px;
	text-align: justify;
}
body h1 {
	font-size: 12px;
}
.highlight {
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
p.center {
	text-align: center;
}

