h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 36pt;
	font-style : normal;
	font-weight : bold;
	color : black;
	text-align : center;
}
h2{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20pt;
	font-style : normal;
	font-weight : normal;
	text-align : center;
}
h3{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
	font-size : 13pt;
	text-align : justify;
	text-transform : none;
}
h4{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : 600;
	text-align : left;
}
div{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	text-align : justify;
}
body{
	background-color : #99ccff;
}