body {
	font-family: 'Delius', cursive;
	padding: 40px; 
	color: rgb(68, 68, 68);
}
a {
	/*color: rgb(0, 0, 238);*/
	color: rgb(0, 128, 0);
	text-decoration: none;
}
a:hover {
	color: rgb(17, 17, 17);
}
h1 img {
	float: left;
	margin: 3px 15px 0 0;
}
ul {
	list-style: none;
	margin-bottom: 3em;
	padding: 0;
}
ul li {
	line-height: 1.8em;
}
ul li span {
	color: rgb(0, 128, 0);
	margin-right: 5px;
}
strong a {
	letter-spacing: 1px;
}