/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML */


a:focus { outline: 1px dotted invert; }

hr { clear: both; height: 0; font-size: 0;
	 border: 0 #ded2c1 solid; border-top-width: 1px; }

/* `Headings */

h1 { font-size: 1.83em; }
h2 { font-size: 1.58em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.17em; }
h5 { font-size: 1em; }
h6 { font-size: 0.92em; }

/* `Spacing */

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset 	{ margin-bottom: 20px; }
ul, ol 		{ margin-left: 1.5em; }
