body h1 {
	font-family: 'Helvetica';
	font-size: 40px;
}

.done {
	font-family: 'Helvetica';
	font-size: 20px;
	text-decoration: line-through;
}

.undone {
	font-family: 'Helvetica';
	font-size: 35px;
	text-decoration: none;
}

.odd {
	background-color: #d2b48c;
}