@import url('webfonts/Humanist_roman/Humanist roman.ttf');

@import url('webfonts/Humanist_roman/webfonts/Humanist_roman/stylesheet.css');

@font-face {
	font-family: 'Humanist roman';
	src: url('webfonts/Humanist_roman/Humanist roman.ttf') format('truetype');
}
body {
	margin: 0px;
	height: 200px;
	width: 600px;
}
#pagetext {
	font-family:'Humanist roman';
	font-size: 12pt;
	width: 700px;
	height: 200px;
	margin-left: 30px;
}
.leader {
	font-family:'Humanist roman';
	font-size: 16pt;
	text-shadow: 0px 0px;
	font-style: italic;
	color: #FF0004;
	margin-left: 30px;
}
.pagetitle {
	font-family:'Humanist roman';
	font-size: 24pt;
	margin-left: 30px;
}
.topframe {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contact {
	font-family:'Humanist roman';
	font-size: 12pt;
	width: 500px;
	margin-left: 60px;
}
a:link {
	color: #E50206;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E4060A;
}
a:hover {
	text-decoration: underline;
	color: #DF0206;
}
a:active {
	text-decoration: none;
	color: #DA0B0E;
}
