/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
   
   * Typography Styles *
      
   This is the typography CSS-file for the framework.
   Include this in the layout.css file.
   
-------------------------------------------------------------- */

/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 100%;
	color: #333;
    line-height: 1.125em;
}

