html {
	background-color: #e0e4e4;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

div#info {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
}

h1 {
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	background-color: #d1d6d6;
	color: #000;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

h2 {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a#download {
	padding: 10px;
	background-color: #b2b4b4;
	color: #fafeff;
	text-decoration: none;
		-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	width: 100px;
	display: block;
	text-align: center;
}

a#download:hover {
	background-color: #d3f0ff;
	color: black;
}

ul {
	list-style: none;
	width: 50%;
}

ul li {
	padding: 5px;
}

ul li:nth-child(odd) {
	background-color: #d1d6d6;
}