/* TESTING NEW STANDARDS CSS v1.0 --------------------------- */

/* CSS Style Sheet */
/* Testing style sheet for www.constantpressure.com */
/* Designed by Nate Reusser */

/*-----------------------------------------------------------------------------------------
	MAIN Styles - They apply to the entire website, unless otherwise defined below
	----------------------------------------------------------------------------------------*/
	
@import url("styles-cp.css");

body {
font-family:"Lucida Grande", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	/*font-family:'Lucida Grande','Lucida Sans Unicode',verdana,arial,sans-serif;*/
	font-size:80%;
	text-align: left;
	}

h1, h2, h3, h4, h6 {
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	text-align:left;
}
