	BODY {
		margin: 0;
		font-family: arial, sans-serif;
	}
	
	.Header {
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		font-family: arial, sans-serif;
	}
	
	.MenuItems {
		font-size: medium;
		font-family: arial, sans-serif;
	}
	
	.MainText {
/*		padding: 20px; */
/*		text-align: left; */
		font-family: arial, sans-serif;
/*		font-size: x-small; */
	}
	
	.LastUpdated {
		font-size: x-small;
		font-style: italic;
		font-family: arial, sans-serif;
	}

	.SectionTitle {
		font-size: 20px;
		font-weight: bold;
		font-family: arial, sans-serif;
	}
	

