
/*	Typography presets
	------------------	*/
	
body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-size: 15px; line-height: 150%;
}

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size:     175%;
	line-height: 150%;
	/*letter-spacing: -1px;*/
	color:#000000;
}

.large, h2 {
	font-size:     145% ;
	margin-top:1em;
	margin-bottom:0;
}

.bigger, h3 {
	font-size:     120%;
	line-height: 36px;
	margin-bottom:0;
	margin-top:1em;
}

.big, h4, h5, h6 {
	font-size:     105%;
	margin-bottom:0;
	margin-top:1em;
}

h1,h2,h3,h4,h5,h6 {line-height:150%; clear:both;}
header h1 {font-size:54px; line-height:100%; margin-bottom:.25em;}
p {margin-bottom:1em;}
p.title {font-weight: bolder;}
.highlight {color: inherit;
background: #ffffff;
margin: 1em 0;
padding: 1em 2.5em;
border: 1px solid #ffffff;}

.small, small {
	font-size: 13px;
	line-height: 18px;
}

