.dltitle {
	text-align: left;
	margin: auto;
	width: 300px;
        background: #A60101;
	color: white;
	font-weight: bold;
	border-left: 1px solid #A60101;
	border-right: 1px solid #A60101;
	padding: 3px;

}
.dl {
	text-align: left;
	margin: auto;
	width: 300px;
	border-left: 1px solid #A60101;
	border-right: 1px solid #A60101;
	border-bottom: 1px solid #A60101;
	padding: 3px;
}
.dldesc {
	text-align: left;
	width: 200px;
}
.dlversion {
	text-align: center;
	position: absolute;
	left: 200px;
	top: 3px;
	width: 100px;
}

.content {
	padding-bottom: 10px;
}
