#header {
  background: #10284e;
  color: #fff;
}

#branding h1 {
  color: #fff;
}

a:link,
a:visited {
  color: #888;
}

div.breadcrumbs {
  background: #30caa0;
  color: #10284e;
}

div.breadcrumbs a {
  color: #333;
}

.module h2, .module caption, .inline-group h2 {
  background: #30caa0;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
  background: #10284e;
}

.button.default, input[type=submit].default, .submit-row input.default {
  background: #30caa0;
}