/* Fonts Style Sheet */
/* -------------------------------------------------------------- */
/*
  Sitename: Lemon Baxter
  Author: SCT
  Date: 20070508

  Description
  ----------------------------------------------------------------
  Stylesheet for displaying generic fonts.
*/

body
{
  font : 62.5% arial, verdana, sans-serif;
  /*
    By setting the font to % we can then use ems to set font sizes later on.
    A font size of 62.5% means that a text size of 1.2em translates as 12px.
  */
  color : #000;
	line-height : 2em;
}

h2
{
	font-size : 1.6em;
	font-weight : normal;
	text-transform : uppercase;
}

h3
{
	font-size : 1.6em;
	font-weight : normal;
	color: #666665;
}

p
{
	font-size : 1.2em;
}

li
{
	font-size : 1.1em;
}
li li {
	font-size: 1em;
}

	li h2
	{
		font-size : 1em;
	}

	li p
	{
		font-size : 1.1em;
	}

label
{
	font-size : 1.2em;
}

	label p
	{
		font-size : 1em;
	}
	
textarea
{
	font-size : 1.2em;
	font-family: arial, verdana, sans-serif;
}