/* blog.css */

#recentPostsDiv a {
  background-color: #af7817;
  color: #660033;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0.5em;
}

#recentPostsDiv a:hover {
  background-color: #4682b4;
  color: #ffffff;
}

