/* simple.css
 * use this for clipped articles, etc.
 * (makes a page look neat, without matching and
 * creating an association with the pga site)
 */

/* for IE compatibility (see:
 * http://css-discuss.incutio.com/?page=UsingEms )
 */
html
{
    font-size: 93%;
}

body
{
    background: white;
    font-family: arial, sans-serif;
    font-size: 1em;
    margin-left: 10%;
    margin-right: 10%;
}

/* below (rules for h1 thru p) taken from:
 * http://www.thenoodleincident.com/tutorials/typography/template.html */
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.*/
    text-align: center;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
    text-align: center;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
    text-align: center;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
    text-align: center;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
li {
	font-size: 1.0em;
	line-height: 1.5em;
    margin: .8em 0em .8em 0em;
	}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}

