/*

    //////////////////////////////////////////////////////////////////////
    //
    // L8M
    //
	//
	// Contains typography CSS (for all media types).
	//
    // Filesource  /public/default/css/screen/typography.css
	// Version     $Id: typography.css 7 2014-03-11 16:18:40Z nm $
    //
    //////////////////////////////////////////////////////////////////////

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

body {
	font-family: 'Work Sans', sans-serif;
	font-weight: lighter
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

#ulmenu,
#ulmenu a,
.sitemenu,
.sitemenu a,
.analyse-btn a {
	font-family: 'Pathway Gothic One', sans-serif;
	font-weight: normal
}

p {
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

code {
	font-family:monospace;
}

/*

    //////////////////////////////////////////////////////////////////////
    //  ul.error
    //////////////////////////////////////////////////////////////////////

*/

ul.error li {
    font-family:"Courier New", Courier, monospace;
	color: #ff0000;
}