.moduletableblue{
  margin:0;
  padding:0;
  background:#ffffff;
  border:solid 10px #354164;
  color:#000;
}

.moduletableblue h3{
  text-align:center;
  background:#354164;
  color:#ffffff;
  font-size:16pt;
  padding:10px;
  font-family: 'Lora', serif;
}

.moduletableblue a{
  color:#000;
}
.moduletablewhite{
  margin:0;
  padding:0;
  color:#000;
}

.moduletablewhite h3{
  text-align:left;
  color:#354164;
  font-size:18pt;
  padding:10px 0;
  font-family: 'Lora', serif;
}

.moduletablewhite a{
  color:#fff;
}


