/*

	//////////////////////////////////////////////////////////////////////
	//
	// L8M
	//
	// 
	// Contains vertical rhythm for typography CSS (for screen).
	//
	// Filesource /public/default/css/screen/rhythm.css
	// Source     http://topfunky.com/baseline-rhythm-calculator/
	//            http://calculator.tobani.com/convert/px-to-em
	//            Base Font Size 14px
	// Version    $Id: rhythm.css 67 2014-06-30 18:30:14Z sl $
	//
	//////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////
// general
//////////////////////////////////////////////////////////////////////

*/

body {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h1 {
	margin: 10px 0px;
	font-size: 160%;
}
h2 {
	margin: 11px 0px;
	font-size: 140%;
}
h3 {
	margin: 13px 0px;
	font-size: 115%;
}
h4 {
	margin: 14px 0px;
	font-size: 115%;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 100%;
	margin-bottom: 16px;
}
p.small {
	margin: 0;
	font-size: 85%;
	margin-bottom: 19px;
}
table {
	border-collapse: collapse;
	margin-bottom: 16px;
}

dd {
	margin-left: 40px;
}
