div#releases {
	padding-top: 40px;
}
div.dlitem {
	margin-top: 20px;
	margin-bottom: 20px;
}
div.dlitem h4 a {
	text-decoration: none;
	color: black;
}
div.dlitem h4 {
	margin: 0;
	font-size: large;
	background-color: #ffe;
	border-style: solid;
	border-color: black;
	border-width: thin thin 0 thin;
	padding: 1px 2px;
}
div.dltext {
	font-size: medium;
	border: thin solid black;
	background-color: #eee;
	margin: 0;
	padding: 5px 2px;
}
div.dlauthor {
	padding-bottom: 20px;
	font-size: small;
}

