/*
@@@@@@@@@@@@@@@@@@@@@@
TAGLIST
@@@@@@@@@@@@@@@@@@@@@@

	about				global settings for individual tags, no classes or ids here
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	tags
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ structure
		..........................................................................*/
			
			div{}
			div.greater{font-size:14px;}
			section{}
			aside{}
			nav{}
			article p a{font-weight:bold; color:#1d4b77; }
			
			footer{}
			header
			
		/*+ text
		..........................................................................*/

			a{}
			a:hover{text-decoration:underline; }
			a:focus{}
			a:active{}
			
			p{margin-bottom:17px;}
			
			address{font-style:normal; }
			
			blockquote{font-size:18px; margin-bottom:17px;}
			cite{}
			q{}
			dfn{}
			abbr{}

			mark{}
			
			sub{}
			sup{}

		/*+ images
		..........................................................................*/

			img{}
			
			figure{}
			figcaption{}

		/*+ User interface
		..........................................................................*/

			progress{}
			time{}

			details{}
			summary{}

		/*+ formated text
		..........................................................................*/
			
			em{}
			strong{}

			b{}
			s{}
			u{}
			i{}

			code{}
			var{}
			pre{}
			kbd{}
			samp{}

			del{}
			ins{}
			small{}




