.main article {
	line-height: 2;
}

.main article ul {
	padding: 0;
}


.main article li {
	list-style-type: none;
}



html {
	background-color: black;
	color: #cccccc;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}