<style type="text/css">
 
div,input,.tooltip,.open-sans-font {
  font-family: 'Open Sans', sans-serif !important;
  color:#505050;
}
  
a {
  color: #157c85 !important;
  text-decoration: underline !important;
}

a:active {
  color: #157c85 !important;
}

a:hover {
  color: #157c85 !important;
}

a:visited {
  color: #8D5DA7 !important;
}
  
p {
  font-family: 'Open Sans', sans-serif;
  color:#505050;
}
  
.centered {
  display: flex !important; 
  justify-content: center !important;
  padding: 10px;
}

.green2 {
  color:#40BD7C; 
}

.green4 {
  color:#007C3D; 
}

.headlineGrey {
  color:#939597 !important;
}

.headlineRed {
  color:#EB0029;
}

.teal {
  color:#157c85 !important; 
} 
  
.grey {
  color:#939597 !important; 
}
  
.afalink:visited {    
  color: #8D5DA7 !important;
}  
}  
</style>