/* Formatting for small text in content area, as an alternative style sheet*/
body {
	font-size: 10px;
	}
p {
	font-size: 10px;
}
h1 {
	font-size: 13px;
	}
h2 {
	font-size: 12px;
	}
/*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: 13px;
	}
ul, li {
	font-size: 10px;
	}

