@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f9f3a3;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	font-family: Ariel;
}

a:hover {
	text-decoration: underline;	
}

@font-face {
  font-family: "LithosPro-Regular";
  src: local("☺"),
  url("../fonts/LithosPro-Regular.otf") format("opentype");
}

h1 {
	color: #a71212;
	font-size: 43px;
	font-family: LithosPro-Regular;
}

h2 {
	color: #a71212;
	font-size: 23px;
	font-family: LithosPro-Regular;
}