body{
  background-color: white;
  color: #272727;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: normal;
  /* same as above
  font: normal 20px Georgia, serif; */
  line-height: 1.8em; /*spacing among lines*/
  margin-left:10px ;

}

.clr{
  clear: both;
}



table {
  border-collapse: collapse;
  background-color: white;
  color: #272727;
  font-size:18px;
  border: 1px solid black;
  padding: 10px;
}

th, td {
  border: 1px solid black;
  padding: 10px;
  text-align: center;
}

tr:nth-child(odd) {
  background-color: #f2f2f2;
}


a:active{
color: #C62424;
text-decoration: none;
}
a:visited{
color: #C62424;
text-decoration: none;
}
a:hover{
color: #C62424;
text-decoration: none;
}
a:link{
color: #C62424;
text-decoration: none;
}
h1{
  font-size: 30px;
  font-weight: bold;
  color: #C62424;
}

h2{
  font-size: 25px;
  font-weight: bold;
  color: #C62424;
}
h3{
  font-size: 16px;
  font-weight: bold;
  color: #272727;
}

.post{
  width:90%;
  margin:auto;
}


.container{
  width: 90%;
  margin: auto;
  color: #272727;
}
.box-1{
  color: #C62424;
  background-color: white;
  font-weight: bold;
  font-size: 18px;
  width: 500px;
  margin-left:10px;
  text-align: center;

}

#week {
  text-align: left;
  font-size: 20px;
  font-size: bold;
  color: #7a1c02;

}

#float-box1{
float: left;
box-sizing: border-box;
}
