/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 55px;
	line-height: 55px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 15px;
}

.large, h2 {
	font-size: 46px;
	line-height: 42px;
	font-weight: normal;
}

.big, h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

h4 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

h5, h6 {
}

.normal, body {
	font: 16px/24px Neuton, Georgia, "Times New Roman", Times, serif;
}

.small {
	font-size: 13px;
	line-height: 18px;
} 