@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);

/* red DD0031 */
/* blue 002D5C */

body {
    font-family: 'Open Sans', sans-serif;
}

h3 {
  font-weight: bold;
  font-size: 26px;
  color: #002D5C;
  text-transform: uppercase;
}

h4 {
  font-weight: bold;
  color: #002D5C;
  font-size: 20px;
}

.suggestions span {
  font-size: 14px;
}