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;
}


a:link {
  color: #015D93;
}

a:visited {
  color: #015D93;
}

a:focus {
  border-bottom: 1px solid;
  background: #BDE2E4;
}

a:hover {
  border-bottom: 0.5px solid;
  background: #BDE2E4;
}

a:active {
  background: #265301;
  color: #BDE2E4;
}

html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 40px;
}
footer {
  background-color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}
.fcc-btn {
  background-color: #199319;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  width: 20%;
  height: 50 px;
}
