@media screen {
  /* IE7 needs !important */

  body  {
    background-color:#FFFFFF !important;
  }

  <!DOCTYPE html>
<html>
<head>
<style>
a:link, a:visited {
  background-color: #115BA7;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: red;
}
</style>
</head>
<body>

<h2>Link Button</h2>

<p>A link styled as a button:</p>
<a href="default.asp" target="_blank">This is a link</a>

</body>
</html>


  h1,
  h2,
  h3,
  .sa-form-title,
  .sa-form-nav-page-name,
  .sa-form-nav-pages-current i.fa-circle,
  .sa-form-field[data-flavor='section'],
  .sa-form-field[data-flavor='subsection']
  {
    color: #0a477d;
  }

  section h2:first-of-type {
    border-bottom-color: #0a477d;
  }

  #content-body {
    border-top-color: #0a477d;
  }

  .notification-alert {
    background-color: rgba(10, 71, 125, 0.1);
  }

  .notification-alert .notification-icon > i {
    color: #0a477d;
  }

  .summary-communication > .notification-icon > .fa-bullhorn {
    color: #0a477d;
  }

  li.page-item.active > a.page-link {
    background-color: #0a477d;
  }

  ul.header-actions > li > a > .header-action-label {
    color: #0a477d;
  }

  .student-summary-action-link {
    color: #0a477d;
  }

  button.btn-primary {
    background-color: #0a477d;
  }

  .ap-installment-list.table {
    .ap-installment-contact-highlight {
      background-color: #0a477d;
    }
  }
}
