/*	

	Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, http://lessframework.com
	
*/

/*	Typography presets
	------------------	*/

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

.huge, h1 {font-size: 68px;line-height: 72px;letter-spacing: -1px;}

.large, h2 {font-size: 42px;line-height: 48px;}

.bigger, h3 {font-size: 26px;line-height: 36px;}

.big, h4 {font-size: 22px;line-height: 30px;}

body {font: 12px/15px Tahoma, Georgia, verdana, arial, serif;}

.small, small {font-size: 13px; line-height:15px;}
.smallwhite {font-size: 14px; line-height:17px; color:#0084ff; font-weight: bold;}
.blue		{color:#30aad9; }
