p {
  font-family:"Times New Roman", Times, serif;
  font-size:18px;
}

h3 {
  font-family:"Times New Roman", Times, serif;
  color:#104BA9;
}

.bold {
  font-weight: bold; 
}

#pfooter {
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
}

.masthead {
  overflow: hidden;
  display: inline-block;
}

.masthead h3 {
  text-align :center
}
  
.top {
  text-align: center;
}

.left {
  width:50%;
  display: inline;
  float: left;
  text-align: center;
}
.center {
  width:50%;
  display: inline;
  float: center;
  text-align: center;
}
.right {
  width:50%;
  display: inline;
  float: right;
  text-align: center;
}

.left p {
  margin-top:1cm;
}
.right p {
  margin-top:1cm;
}

.jumbotron#bottom {
  margin-top:1cm;
}

.bottom {
  width:100%;
  display: inline;
  text-align: center;
}

