html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code,
em, font, img, small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
	font-size: 62.5%;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}


/* remember to define focus styles! */
:focus
{
	outline: 0;
}

a
{
	text-decoration: none;
	color: #f9d600;
}

a:hover
{
	text-decoration: none;	
	color: #79BA31;
}

p
{
	line-height: 20px;
	font-size: 14px;
	margin: 0 0 1em 0;
}