body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	}

	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}

/* ol li { background:url(../images/skin/ordered-list.jpg) 0px 0px no-repeat; }
ul li { list-style-image:url(../images/skin/checkmark.gif); padding:0 0 0 5px; } */
		
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	line-height: normal;
	}
h2 {
	font-size: 1.7em;
	margin: 0em 0em 1.2em 0em;
	font-weight: normal;
	line-height: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 0em 0em 1.2em 0em;
	font-weight: normal;
	line-height: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 0em 0em 1.2em 0em;
	font-weight: bold;
	line-height: normal;
	}
h5 {
	font-size: 1.0em;
	margin: 0em 0em 1.2em 0em;
	font-weight: bold;
	line-height: normal;
	}
h6 {
	font-size: 0.8em;
	margin: 0em 0em 1.2em 0em;
	font-weight: bold;
	line-height: normal;
	}


