/*
@@@@@@@@@@@@@@@@@@@@@@
HEADING
@@@@@@@@@@@@@@@@@@@@@@

	about				heading font-sizes and some semantic classes
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	size
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ heading
		..........................................................................*/
			
			h1, h2, h3, h4, h5, h6{}
			h1.afterSpace, h2.afterSpace, h3.afterSpace, h4.afterSpace, h5.afterSpace, h6.afterSpace{margin-bottom:13px;}
			
			h1{font-size:24px;}
	
		/*+ degrees of intensity
		..........................................................................*/
		
			 h2
			{font-size:20px;}
		
			h3
			{font-size:18px;}
			
			h4
			{font-size:16px;}
			
			h5
			{font-size:14px;}
		
			h6
			{}
			
		/*+ variations
		..........................................................................*/
		
			
