body {
	padding: 3% 10%;
	font-family: Calibri,sans-serif;
	line-height: 1.5;
    font-size: 21px;
	  color: #1F4E79;
    background-color: #eef;
	  text-align: center;
    animation-name: color;
    animation-duration: 15s;
    animation-iteration-count: infinite;
}

@keyframes color {
  0% {
    background-color: #fff;
    background-color: #eef;
  }
  50% {
    background-color: #aaf;
  }
  100% {
    background-color: #fff;
    background-color: #eef;
  }
}
h1,h2{
	text-align: center;
	font-weight: normal;
	color: #2E74B5;
    color: #aaf;
}
h1 {
	
	font-size: 500%;
}
h1 > img {
    text-align: center;
    width: 75%;
    height: auto;
    margin: 0 auto;
    /* transform: rotate(-4deg); */
	/* mix-blend-mode: multiply; */
}
h2{
    margin: 0 auto;
	color: #eaeaff;
	font-size: 300%;
}
h3{
	font-size: 32px;
	margin: 10px auto;
	font-weight: normal;
}
h4{
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0 auto;
	color: #2E74B5;
	height: 48px;
}
p{
	margin: 0 0 16px 0
}
ul {
	list-style-type: none;
	margin: 0 8px 32px 8px;
}
li{
	margin-bottom: 15px;
	color: #1F4E79;
}
table {
    border-collapse: collapse;
	margin-bottom: 16px;
}
table, th, td {
    border: none;
}
tr {
	height: 60px;
}
tr:nth-child(2n+2) {
	background: #eee;
}
col{
	width: 14;
}
col:nth-child(6) {
	width: 30%
}
th{
	text-align: left;
	padding: 5px 5px 15px 10px;
	background: white;
	line-height: 1.25;
	font-size: 100%;
	color: #1F4E79;
	font-weight: normal;
	border-bottom: 1px solid #2E74B5;
}
th:first-child  {
	font-size: 20px;
}
td{
	padding: 5px 5px 5px 10px;
	padding-left: 15px;
}
td:first-child  {
	line-height: 1.25;
	border-right: 1px solid #2E74B5;
	color: #1F4E79;
}
th:first-child,
td:first-child  {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

h3 span {
	color: #fff;
}
a {
  color: #eef;
  color: #2E74B5;
  text-decoration: none;
}
a:hover {
  color: #aaf;
}
