/* CSS definition file containing site wide stylesheets */

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: large;
 	color: rgb(255,102,51);
 	font-weight: bold;
 	text-align: center
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 5mm;
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12pt;
 	line-height: 14pt;
 	font-weight: normal;
 	font-style: normal;
 	text-align: justify;
 	border-left-style: none;
 	margin-top: 0pt;
 	border-top-style: none;
 	border-right-style: none;
 	margin-bottom: 6pt;
 	border-bottom-style: none
}
