
body {
	background-color: #FFFFFF;
	font-family	: Arial;	
	font-size	: 10pt;	
	margin-left	: 10px;
	margin-right: 10px;
	}

H1 {	font-family	: Arial;	
	font-weight	: bold;	
	font-size	: 20pt;	
	margin-bottom	: 0;
	}	
p {
	font-family	: Arial;	
	font-size	: 10pt;	
	text-align	: justify;	
	}

img {
	margin		: 0px 0px 0px 10px;
	}


A:link, A:visited {
	color		: #800000;
	text-decoration	: underline;
	}
	
A:hover, A:active {
	color		: #FFA621;
	text-decoration	: underline;
	}


