@charset "UTF-8";
p,a,h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0.5em;
	margin-left: 0px;	
	text-decoration:none;
	color:#666;
    font-family: 'PT Serif', serif;
	font-weight: 300;
}

p {
	font-size: 1em;
	line-height:1.5em;
}

a {
	font-weight: 700;
	color: #666;
	transition: 1s;
}

a:hover {
	color:#9bb0b8;
}

em {
	font-weight: 400i;
}

strong {
	font-weight: 700;
}

h1, h1 a {
	font-weight: 700;
	font-size: 1.7em;
	line-height:1.2em;
	letter-spacing: 0px;
	color: #d35b07;
}