body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 1em;
}

h1 {
    font-size: 100%;
}

h1.c {
    text-align: center;
}

h2 {
    font-size: 90%;
	margin-left: 2%;
}

h2.c {
    text-align: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
}

p.c {
    text-align: center;
}

p.just {
    text-align: justify;
}


