body {
	color: black;
	font-family: Helvetica;
	font-size:12pt;
}

h1 {
	color: black;
	font-family: Helvetica;
	font-size: 12pt;
}

h2 {
	color: black;
	font-family: Helvetica;
	font-size: 10pt;
}

h3 {
	color: black;
	font-family: Helvetica;
	font-size:8pt;
}

h4 {
	color: red;
	font-family: Helvetica;
	font-size: 8pt;
}
/*a {
	color: blue;
	font-family: Helvetica;
	font-size: 8pt
}*/


.part {
    position: relative;
    width:100%;
    /* clip: shape(top right bottom left); NB 'rect' is the only available option */
}


ul {
    text-align: left;
}

.center {
	margin-left: auto;
    margin-right: auto;
}