body {
	background-color : #FFFFFF;
	color : #000000;
}

p {
	font : 10pt arial, sans-serif;
}
     
div.photo {
		font : 8pt arial, sans-serif;
	text-align : center;
}
	
	h1 {
	font : bolder 12pt arial, sans-serif;
}

h4 {
	font :  12pt arial, sans-serif;
}

p.ref{
	font : 10pt arial, sans-serif;
}
	
	img {
	border-width: 0px;
}

ul {
	list-style-position : outside;
	font : 10pt arial, sans-serif;
	text-align : left;
}

li.disc {
	list-style-type : disc;
}

li.circle {
	list-style-type : circle;
}

li.square {
	list-style-type : square;
}

ol {list-style-type : decimal;
	font : 10pt arial, sans-serif;
	text-align : left;
	
}

