/*Set body background font type, font size, font color and weight*/
body  {	background-color: #336699;
	font-family: "Monotype Corsiva",  san serif;
	color: #ffffff;
	font-size: 12pt;
	font-weight: 100;
}

/*Set Heading h1 font size, font color and weight*/
h1  {	color: #003366;
	font-size: 18pt;
	font-weight: 200;
}

/*Set Heading h2 font size, font color and weight*/
h2  { 	color: #6699cc;
	font-size: 24pt;
	font-weight: 400;
}

/*Set span font size, font color and weight*/
span {	color: #000000;
	font-size: 60pt;
	font-weight:1000;
}