/*
@font-face {
	font-family: 'Philosopher';
	src: url('philosopher-webfont.eot');
	src: local('☺'), url('philosopher-webfont.woff') format('woff'), url('philosopher-webfont.ttf') format('truetype'), url('philosopher-webfont.svg#webfontxqRjSf8O') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
  font-family: "Philosopher";
  src: url("philosopher-webfont.eot");
  src: local("☺"),
       url("philosopher-webfont.ttf") format("truetype");
}
/*
@font-face { font-family:"Philosopher"; src:url("philosopher-webfont.ttf") format('truetype'); }
*/
body {
  font-size:200%;
  line-height:1.1em;
  background: #413317;
}
h1 { font-size:1.8em; line-height:1.125em; }
h2 { font-size:1.6em; }
p { font-size:1em; }
h1, h2, h3, p {
  font-family: "Philosopher",Georgia,'Palatino Linotype','Times New Roman',serif;
  text-shadow:#fff 1px 1px 1px;
  font-weight: normal;
  text-align: center;
  color: #413317;
}
img { border: none; }
#content {
  width: 850px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: #fafab4;
}
a {
  color: #533a17;
  text-decoration: none;
}
