
/******************* Background ********************/
	
		
	html { 
		background-color:#FAFAFA;
	}

/********************** Fonts **********************/

 

/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 14px;
				line-height: 22px;		
	}
	
	#menu > ul > li > a, #header_action_button, #header_cart {	
		font-size: 15px;
	}
	
/* Headings */

	h1 { 
		font-size: 24px;
				line-height: 24px;
	}
	
	h2 { 
		font-size: 20px;
				line-height: 20px;
	}
	
	h3 {
		font-size: 20px;
				line-height: 22px;
	}
	
	h4 {
		font-size: 20px;
				line-height: 24px;
	}
	
	h5 {
		font-size: 23px;
				line-height: 28px;
	}
	
	h6 {
		font-size: 18px;
				line-height: 25px;
	}
