/*
 * Browser reset
 *
 * (c) 2009 K. Hougasian | www.hougasian.com
 *
 * Remove any browser defaults so our css can start clean.
 * em is used here as we want a dynamic, not static, value.
 * 
 */
* { 
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.3em;
	text-align: left;
	vertical-align: baseline;
	}
/* 
 * Rebuild certain values to our liking 
 */

h1 { font-size: 240%;}
h2 { font-size: 200%;}
h3 { font-size: 160%;}
h4 { font-size: 120%;}
h5 { font-size: 100%;}
h6 { font-size: 80%;}

p { display: block; margin: 1em 0;}

strong { font-weight: bold;}
