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

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

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



/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 50px;
	color: #7fd3ff;
	letter-spacing: -2.5pt;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 40px;
	color: #7fd3ff;
	letter-spacing: -2pt;
}

h3 {
	font-size: 30px;
	color: #40bdff;
	letter-spacing: -1.5pt;
	margin-bottom: 0.4em;
	line-height: normal;
}

h4 {
	font-size: 20px;
	color: #40bdff;
	letter-spacing: -0.5pt;
}

h5 {
	font-size: 19px;
	color: #590110;
	letter-spacing: -0.5pt;
	line-height: normal;
}

h6 {
	font-size: 13px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

//*li {
	margin-left: 30px;
}
*//

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