 /* This style refers to the heading type used on the heading, "What's New?," in the index.html document created for the client. Font used is "Times New Roman", Times, serif (oblique, bold). */.header1 {	font-family: "Times New Roman", Times, serif;	font-size: 24pt;	font-style: oblique;	font-weight: bold;	color: #000000;	text-decoration: none;	line-height: normal;	margin-bottom: 0px;	padding-bottom: 0px;}/* This style refers to the heading type used on the heading, "Our mission," in the index.html document created for the client. Font  used is "Times New Roman", Times, serif (oblique, bold). */.header3 {	font-family: "Times New Roman", Times, serif;	font-size: 18pt;	font-style: oblique;	line-height: normal;	font-weight: bold;	color: #000000;	margin-bottom: 0px;	padding-bottom: 0px;}/* This style refers to the main body content on the page, in the index.html document created for the client. Font used is Verdana, Arial, Helvetica, sans-serif. */.body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt;	line-height: normal;	font-weight: normal;	text-decoration: none;}/* This style refers to the heading type used on the heading, "Our mission," in the index.html document created for the client. Font  used is Verdana, Arial, Helvetica, sans-serif (italic, bold). */.header2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: italic;	font-weight: bold;	color: #000000;	text-decoration: none;	margin-bottom: 0px;	padding-bottom: 0px;}