.table {
	margin: auto;

}
.content-table {
    border-collapse: collapse;
    margin: auto;
    font-size: 2em;
    min-width: 200px;
	height: 100px;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.60);
}
a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

a:focus {
  border-bottom: 1px solid;
  background: #fff;
}


a:active {
  background: #fff;
  color: #fff;
}


h4{
	color: black;
	font-size: 14pt;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 50px;
	text-align: justify;
	font-family: calibri;
	line-height: 1.5;
}
h3{
	font-size: 18pt;
	font-weight: strong;
	text-align: center;
	font-family: calibri;
	color: #015D93;
}