/**
 *	Deacon
 *  WYSIWYG Styles
 *	
 *	@author:	Nathan Crowe <http://natz-doh.com>
 *	@date:		03/09/2008	
 *
 *	Table of Contents:
 *		02. typography
 *
*/

html,body {
}

body {
	color:						#aaa;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					70%;
}

/** typography
------------------------------------------------------------------ */
em {
	font-style:					italic;
}

strong {
	font-weight:				bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:				bold;
	margin-bottom:				0.5em;
}

h1,
h2,
h3 {
	font-size:					18px;
}

h4,
h5,
h6 {
	font-size:					11px;
}

h5,
h6 {
	font-weight:				normal;
}

p {
	margin-bottom:				1.65em;
}
