/* Formatting for large text in content area, as an alternative style sheet*/
body {
	font-size: 14px;
	}
p {
	font-size: 14px;
}
h1 {
	font-size: 17px;
	}
h2 {
	font-size: 16px;
	}
/*h3 is for placing a second main title in the middle of a page
to break a page into two sections of equal priority*/
h3 {
	font-size: 17px;
	}
ul, li {
	font-size: 14px;

