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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	
}


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



h2 {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom:0px;
}



