/* Base for all css capable browsers and print stylesheet */
a, img {
  border: 0;
}

a:focus {
  outline: none;
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
}

