/*Typography*/

body,p,div,li,td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

h1, h2, h3, h4, h5, h6
{
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-style: italic; font-size: 12px; }
h6 { font-size: 11px; }

