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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px Trebuchet MS, Helvetica, Arial, Sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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

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

h1 {
	font-size: 22px;
	margin: 10px 0;
	color: #000000;
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	margin: 10px 0;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}

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

