
/******************* Background ********************/
	
		
	html { 
		background-color:#fafafa;
	}

/********************** Fonts **********************/

 

/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 12px;
				line-height: 20px;		
	}
	
	#menu > ul > li > a, #header_action_button, #header_cart {	
		font-size: 14px;
	}
	
/* Headings */

	h1 { 
		font-size: 19px;
				line-height: 19px;
	}
	
	h2 { 
		font-size: 18px;
				line-height: 18px;
	}
	
	h3 {
		font-size: 17px;
				line-height: 19px;
	}
	
	h4 {
		font-size: 16px;
				line-height: 20px;
	}
	
	h5 {
		font-size: 15px;
				line-height: 20px;
	}
	
	h6 {
		font-size: 14px;
				line-height: 21px;
	}
