body {
  margin: 10;
  font-family: Arial, Helvetica, sans-serif;
}

.fb-like {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background-color: none;
  color: white;
  text-align: center;
}

.archive {
  width: 25%;
  display: inline-block;
  overflow: hidden;
  background-color: #333;
  color: white;
  text-align: center;
}

.archive a {
  float: center;
  display: block;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 10px;
  color: #818181;
  transition: 0.3s;
}

.archive a:hover {
  background-color: #ddd;
  color: black;
}

.index {
  width: 25%;
  display: inline-block;
  overflow: hidden;
  background-color: #333;
  color: white;
  text-align: center;
}

.index a {
  float: center;
  display: block;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 10px;
  color: #818181;
  transition: 0.3s;
}

.index a:hover {
  background-color: #ddd;
  color: black;
}

.datestamp {
   width: 100%;
   background-color: none;
   color: white;
   text-align: center;
   text-decoration: none;
   font-size: 10px;
}

