.postcontent a, .postcontent a:link, .postcontent a:visited, .postcontent a:active {
  color: #2952AB;
  text-decoration: none;
}
.postcontent a:hover {
  background: #2952AB;
  color: #FFF;
}
.postcontent ul {
  list-style: square;
}