.Standard {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: center;

}
.Heading {
	font-size: 36px;
	color: #003399;
	font-weight: bold;
	font-family: "Arial Rounded MT Bold";


}
.Bullets {
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	font-style: italic;
	list-style-position: outside;
	list-style-type: disc;
	text-align: left;
}

