html { 
	background-color: #f0f0f0; 
}

body{
	font-family: sans-serif;
	max-width: 55em;
	margin: auto;
	padding: 4em;
	background-color:white;
	box-shadow: 10px 10px 5px #888888;
	line-height: 120%;
}

/* To avoid multiple lines to be too squished */
h1 {
    line-height: 100%;
}

h2 {
    line-height: 100%;
}

h3{
    line-height: 100%;
}

a:link {
    color: blue;
}

a:visited {
    color: #005c99;
}

li{
	margin: 0 0 0.5em 0;
}
