@font-face {
  font-family: 'OpenSans';
  src: url(/fonts/open-sans/OpenSans-Regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Merriweather';
  src: url(/fonts/merriweather/merriweather-regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url(/fonts/ubuntu/Ubuntu-R.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url(/fonts/lato/Lato-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url(/fonts/roboto/Roboto-Regular-webfont.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
 * Grid 4px
 * line-height 20px
 * */
body {
  font-family: 'Merriweather';
  line-height: 1.429;
  font-size: 14px;
  color: #4a4e57;
}

a:link {
  text-decoration: none;
  color: #99ccff;
}

a:visited {
  text-decoration: none;
  color: #99ccff;
}

a:hover, a:active {
  text-decoration: none;
  color: #66ccff;
}

h1 {
  font-family: 'Merriweather';
}

h2 {
  font-family: 'OpenSans';
}

h3 {
  font-family: 'Lato';
}

h4 {
  font-family: 'Lato';
  margin-top: -12px;
}

h5 {
  font-family: 'Ubuntu';
}

.center {
  text-align: center;
}

