* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 62.5%, sans-serif;
	color: #252525;
	background: #E7F7C5;
}

body { 
	width: 80%;
	margin: 5% auto;
	font-size: 1.1em;
	line-height: 1.5em;
}

p {
	font-family: "source-sans-pro-1","source-sans-pro-2", sans-serif;
	font-style: normal;
	font-weight: 200;
	padding: .25em 0;  
}

p:first-child{
	margin-bottom: 40px;
}

strike{
	color: #555;
}

li a:visited strike{
	color: #555;
} 

h1 {
	font-family: "ff-karbid-slab-web-pro-1","ff-karbid-slab-web-pro-2",serif;
	font-style: italic;
	font-weight: 900;
	font-size: 350%;
	margin: 0.6em 0 .5em 0;
	letter-spacing: -2px;
}

ul li { 
    font-family: "source-sans-pro-1","source-sans-pro-2", sans-serif;
	font-style: normal;
	font-weight: 200;
	padding: .4em 0; 
	line-height: 1.5em;
	}
	
ul li a {
	text-decoration: none;
	border-bottom: 1px #aaa dotted;
	color: black;
}

ul li a:visited {
	color: inherit;
}

ul li a:hover {
	border-color: black;
}