/* 
    Document   : typography
    Created on : 02-Sep-2011, 12:06:56
    Author     : OuterEdge
*/
body {
	font-family: Arial, Helvetica,sans-serif;
	color: #000000;
/*	color: #666666;*/
}

a { color: #D86034; text-decoration: none; }
h1 { font-weight: bold; color: #D86034; /* text-transform: lowercase; */ margin-bottom: 10px; }
h2 { font-weight: bold; /* color: #D86034; */ margin: 15px 0 10px; }
p { margin: 12px 0; }