.myTable tr{
	font-size: 16px;
  
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.myTable tr td{
	padding-left: 10px;
}

.myRed{
  color: red;
  background:rgba(247, 245, 231, 0.7);
}

.myBlue{
  color: navy;
  background:rgba(247, 245, 231, 0.7);
}
.myHeadline{
  font-family: Bitter, Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
}

.myHeadText{
  font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.myCenter{
  text-align: center;
}

.myParagraf{
  margin-top: 10px;
	margin-bottom: 10px;
  padding-top: 10px;
	padding-bottom: 10px;
}

.myBold{
  font-weight: bold;
}
 