body {
    font-family: 'Merriweather', serif;
	font-size: 18px;
}* {
  border-radius: 0 !important;
}
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.footer {
        font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}
.headertitle {
    font-family: 'Merriweather', serif;
	font-size: 30px;
    font-weight: bold;
}
.bluebackground {
    background-color: #413d5b;
    color: #FFF;
}