/*

    //////////////////////////////////////////////////////////////////////
    //
    // L8M
    // 
	//
	// Contains typography CSS (for all media types).
	//
    // Filesource  /public/default/css/screen/typography.css
	// Version     $Id: typography.css 24 2014-06-19 08:56:39Z nm $
    //
    //////////////////////////////////////////////////////////////////////

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

body {
	font-family: Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
	font-family: Arial, sans-serif;
}

p {
    text-align:left;
}

em {
	font-style:italic;
}
  
strong {
	font-weight:bold;
}		
   
code {
	font-family:monospace;
}

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

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