/*

    //////////////////////////////////////////////////////////////////////
    //
    // L8M
    //
    // 
	// Contains vertical rhythm for typography CSS (for screen).
	//
    // Filesource /public/default/css/screen/rhythm.css
	// Source     http://topfunky.com/baseline-rhythm-calculator/
	//            Base Font Size 14px
	//            Base Line Height ??px (~14px/1.3em)
    // Version    $Id: rhythm.css 6 2014-06-25 11:15:10Z nm $
    //
    //////////////////////////////////////////////////////////////////////

    //////////////////////////////////////////////////////////////////////
    // general
    //////////////////////////////////////////////////////////////////////
    
*/

body {
	font-size: 14px;
	line-height: 1.4285714285714286em;
	margin: 0; padding: 0
}

h1 {
	margin: 0;
	font-size: 1.5714285714285714em;
	line-height: 0.9090909090909091em;
	margin-bottom: 0.9090909090909091em;
}

h2 {
	margin: 0;
	font-size: 1.4285714285714286em;
	line-height: 1em;
	margin-bottom: 1em;
}

h3 {
	margin: 0;
	font-size: 1.2857142857142858em;
	line-height: 1.1111111111111112em;
	margin-bottom: 1.1111111111111112em;
}

h4 {
	margin: 0;
	font-size: 1.1428571428571428em;
	line-height: 1.25em;
	margin-bottom: 1.25em;
}

p, 
ul, 
blockquote, 
pre, 
td, 
th, 
label {
	margin: 0;
	font-size: 1em;
	line-height: 1.4285714285714286em;
}

table {
	border-collapse: collapse;
	margin-bottom: 1.4285714285714286em;
}

div#footer {
	font-size: 12px;
	line-height: 1.6666666666666667em;
}

