body{
  color: white;
  font-family: Verdana, sans-serif;
  background:#C6021F;
}

a {
  color: white !important;
}

a:hover{
  background: white;
  color:black !important;
}

.postmetadata {
  color: white !important;
}

.postmetadata span{ 
  color:black !important;
  background:white !important;
}

.entry strong { color:white;}

.entry a{
  text-decoration: underline;
}

.post{
  text-align: left;
}

.post h2 span {
  background: white;
  color:black !important;
}

.post h2 span a {
  
  color:black !important;
}

.post h2 span a:hover {
  text-decoration: underline;
}