@font-face {
	font-family: perpetua;
src: url('perpetua.ttf'),
     url('perpetua.eot'); /* IE */
}

p {
	font-family: perpetua, Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color:#949494;
}


a {
	color:#6c6b6a;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}


h1 {
	font-family: perpetua, Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	letter-spacing:12px;
	font-weight: normal;
	text-transform:none;
	color: #252c32;
	margin-top: 60px;
	margin-bottom: 20px;
}

h2 {
	font-family: perpetua, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform:none;
	color:#069;
	margin: 3px 0;
	letter-spacing: 3px;
}

h3 {
	font-family: perpetua, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
	color: #6c6b6a;
	margin-top: 15px;
	letter-spacing: 3px;
}

h4 {
	font-family: perpetua, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-transform:uppercase;
	color: #6c6b6a;
	margin-top: 10px;
	letter-spacing: 8px;
}