html {
	height: 100%; width: 100%;
	background: black;
	color: white;
	font-family: "Kozuka Gothic Pro", "Kozuka Gothic Pr6N", "Myriad Pro", "Helvetica", sans-serif;
}
@font-face{
	font-family:"Kozuka Gothic Pro";
	src:url("font/KozGoPro-Regular.otf");
}


hr {
	background: #777;
	border: none;
	height: 1px;
	width: 50%;
}
.small {
	font-size: 16pt;
}

footer {
	color: #777 !important;
}

footer > a{
	color: #777;
}

a {
	color: #777;
}

p, h1, h2, h3 {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
p {
	text-indent: 5ch;
	color: #bbb;
}
p.primary {
	color: #ccc;
}
h1, h2, h3 {
	color: #ddd;
}