 a {
  color: #5C768F;
  text-decoration: none;
}
  
 a:visited {
text-decoration: none;
  color: #5C768F;
}

 a:hover {
  text-decoration: underline;
  color: #5C768F;
}  

.menu {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #5C768F;
  padding-bottom: 3px;
  }

.subheading{
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #5C768F;
  padding-bottom: 3px;
  }

.heading {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #475A6C;
  padding-bottom: 2px;
  }
  
  H1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #5C768F;
  padding-bottom: 2px;
  }
  
  H2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #5C768F;
  
  }
  
  .text {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  }
  
  .small {
  font-family: arial, helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  padding-bottom: 2px;
  }
