body {
	font-family: 'Lato', Helvetica, sans-serif;
	padding: 5em;
}
ul {
	padding-left: 0;
}
.header {
	font-weight: 700;
}
li {	
	list-style:lower-greek;
	list-style-position: inside;
	color: #666666;
	line-height: 2em;
}
a, a:active, a:visited {
	padding-left: 0.2em;
	text-decoration: none;
	color: #4444AA;
	font-weight: bold;
}

a:hover {
	color: #0000AA;
}
