/* Cascading Style Sheet for Troop 174 website. -JL */

/* <head> <link rel="stylesheet" type="text/css" href="/style.css"> </head>*/


/* Simple font, bigger than most websites, space between all lines including list elements. */
/* BBC Verdana,Arial,Helvetica,sans-serif,"MS sans serif";font-size:13px;  vs. 85%; */
body {
	font-family: Arial,sans-serif;
	font-size: 85%;
	line-height: +130%
}

/* Text within tables same size as body-bullet text.  Why 85% = 100%, I do not know.  Just go with it. */
table {
	font-family: Arial,sans-serif;
	font-size: 100%;
	line-height: +130%
}

/* Headings get the same treatment */
h1, h2 {
	font-family: Arial,sans-serif;
	font-size: 180%;
	line-height: +130%
}
	h3 {
		font-family: Arial,sans-serif;
		font-size: 140%;
		line-height: +130%
	}
		h4 {
			font-family: Arial,sans-serif;
			font-size: 110%;
			line-height: +130%
		}


/* A little more line separation between list elements than between wrapped lines. */
ul li {
	margin: .1em 0 .1em 0
}
ol li {
	margin: .1em 0 .1em 0
}

