/* 
 * $Revision: 1.5 $
 * $Date: 2009/07/30 10:47:08 $
 * Language specific styles.
 */

@import "/worldservice/styles/core/1/core_light.css";

/* =BASE
   Typography, headings etc.
	 Base size is 14px for Persian (1em = 14px)
	 1px = 0.071em -> Npx = N * 0.071em 
	 
	 Calculate line heights, vertical paddings and margins:
	 x = l/h
	 l = base line height
	 h = height of element (i.e. font size or margin/padding)
	 
+++++++++++++++++++++++++++++++++++++++++++++++ */

body#www-bbcbrasil-com {
	font-family: verdana,arial,helvetica,sans-serif;
}


/* =Headings
-----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
}
