﻿/* -----------------------------------------------------------------------

	 - typography.css

	* Copyright (c) 2010 Everegine Kft.

----------------------------------------------------------------------- */

/*------------------------------------ RESET ------------------------------------*/

body { font-family: 'Museo300', 'Myriad Pro', Helvetica, Arial, Sans-serif; font-size: 14px; color: #795802; font-weight: normal !important; }
strong { font-family: 'Museo700', 'Myriad Pro', Helvetica, Arial, Sans-serif; }
a { color: #666; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Museo700', 'Myriad Pro', Helvetica, Arial, Sans-serif;
	font-weight: normal;
	}

h1 { font-size: 30px; color: #493501; }
h2 { font-size: 20px; color: #c27604; }

p { margin: 0 0 15px 0; }