.bold {
  font-weight: bold;
}

.bigbold {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

.mediumbold {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}

.italic {
  font-style: italic;
  font-weight: normal;
}

.boldital {
  font-style: italic;
  font-weight: bold;
}

.redbold {
  color: red;
  font-weight: bold;
}

.grayital {
  color: gray;
  font-style: italic;
  font-weight: normal;
}

.redital {
  color: red;
  font-style: italic;
  font-weight: normal;
}

.lightredital {
  color: #FF6666;
  font-style: italic;
  font-weight: normal;
}

.smallital {
  font-style: italic;
  font-weight: normal;
  font-size: smaller;
}

.quote {
  color: #000000;
  font-weight: bold;
  padding-right: 15%;
  padding-left: 15%;
}

.smallblue {
  font-size: 80%;
  color: #0000FF;
  background-color: #FFFFFF;  
}
