/*@font-face {
  src: url(SerifBeta_OTF/Serif12Beta-Regular.otf) format("truetype");
  font-family: "Serif Beta";
}*/
@font-face {
  src: url(fonts/Chunkfive.ttf) format("truetype");
  font-family: "Chunk";
}

* {
	font: 12pt "Serif Beta";
}
.subheader {
	padding-left: 1em;
	font-size: 0.7em;
}
h1,h2,h3{
	font-family: "Chunk";
}
h1 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 25pt;
	text-shadow: black 1px 1px 2px;
	color: #e42;
}
h2 {
	text-shadow: black 1px 1px 2px;
	font-size: 15pt;
	color: #f72;
}
body {
	background: #321;
	color: #fe0;
	max-width: 700px;
}
a {
	text-decoration: underline;
	font-size: inherit;
	color: #f72;
}
a:hover, a:visited:hover {
	color: #e42;
}
a:visited {
	color: #fe0;
}
.footer
{
	margin-top: 3em;
	font-size: 0.7em;
	font-family: Arial;
}
body
{
	margin-left: 1em;
}
em
{
	font-style: italic;
}	
