.production_link {
	text-align: center;
	font-family: "Times New Roman"; 
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;

	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 100%;
}

.production_link a{
	text-decoration:none;
	color: white;
}

.production_link a:hover{
	text-decoration:underline;

}