@import url('reset.css');

@font-face {
	font-family: Chunky;
	src: url('../fonts/Chunkfive.otf');
	font-weight: bold;
	font-style: normal;
}

body {
	margin: 20px;
	font-family: Clarendon, Chunky, Georgia, Serif;
	font-size: 100%;
}

h1 {
	font-size: 2.5em;
}

h1 span {
	display: block;
	float: left;
	padding: 15px 5px 10px 5px;
	height: 36px;
}

.white {
	color: #444;
	background: white;
}

.white:hover {
	color: white;
	background: #444;
	cursor: default;
}

.black {
	color: white;
	background: #444;
}

.black:hover {
	color: #444;
	background: white;
	cursor: default;
}
