@import url(http://fonts.googleapis.com/css?family=Nothing+You+Could+Do);

body {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

hr {
	border: 0 solid #cdd2d8;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

li {
	margin-left: 30px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

a {
	color: #cdd2d8;
	text-decoration: none;
}

pre, code {
	font-family: 'DejaVu Sans Mono', Monaco, Consolas, monospace;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	color: #cdd2d8;
	font-weight: 400;
	font-family: 'Nothing You Could Do', cursive;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
	margin-bottom: 10px;
}

a:hover {
	color: #ff0000;
}