@charset "UTF-8";
p,a,h,h1,h2,h3,h4,h5,h6,ul,li {
	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:#b11116;
}

li {
	list-style-position: inside;
	list-style-type: square;
}

em {
	font-weight: 400i;
}

strong {
	font-weight: 700;
}

h1, h2, h2 a, h3, h4 {
	font-weight: 700;
	letter-spacing: 0px;
	color: #666;
}

h1, h1 a {
	color:#bf3b18;
	font-size: 1.7em;
}

h2, h2 a {
	font-size: 1.3em;
}

h3 {
	font-size:1.2em;
	margin-top:1.5em;
}

h4 {
	font-size:1.1em;
	margin-top:1.5em;
}