body {
  font-family: 'Muli', sans-serif;
  font-size: 105%;
}
p {
  font-family: 'Muli', sans-serif;
  text-align: left;
  font-size: 105%;
}
.small {
  font-size: small;
}
.footer {
  color: #000066;
  text-align: center;
}
.footerSmall {
  text-align: center;
  color: #000066;
  font-size: small;
}
.ParaText {
  color: #000066;
}
.ParaTextBold {
  color: #000066;
  font-weight: bolder;
}
.ParaTitle {
  color: #000066;
  font-size: 200%;
}
.ParaTitleLarge {
  color: #000066;
  font-size: 220%;
}

#leftbutton { width: 250px; float: left; }
#rightbutton { width: 250px; float: right; }
#centerbutton { width: 250px; margin: 0 auto; }

.clear { clear: both;}
