body{
  color: #444;
  margin: 10px;
  /* font-size: 36px;
  line-height: 80px; */
  /* font-family: 'Courier New', Courier, monospace; */
}
h1{
  text-align: center;
}
h1,h2,h3,h4,h5
{
  color: #C8102E;
}
img{
  padding: 0 10% 0 10%;
  width: 80%;
}
blockquote{
  border-left: 5px solid #C8102E;
  padding-left: 24px;
  /* font-size: 24px; */
  color: #999;
}
p>strong{
  display: block;
  border: 2px solid #C8102E;
  padding:24px;
  margin: 24px;
  line-height: 36px;
  color: #C8102E;
  font-weight: 900;
}
li{
  padding-bottom: 15px;
  /* font-size: 32px; */
}
table{
  /* font-size: 32px; */
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
td,th{
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  width: 100%;
  text-align: center;
}
h6{
  width: 100%!important;
  margin: 0!important;
  padding: 10px!important;
  text-align: center!important;
  font-size: 1.3em!important;
  color: #555!important;
}
a:-webkit-any-link{  
  color: #555!important;
  text-decoration:none!important;
}