
a.formatDL{
    display: inline-block;
	width: fit-content;
	margin:0 auto;
	padding:0.5em 2em;
	border-radius: 25px;
	line-height: 1.5em;
	background:#036335;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
}
a.formatDL:hover{
	background:#52aa5a;
}