/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
  font: 1em/1.5 Georgia, 'Times New Roman', Times, serif;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Text Styles */
p, th, td, tr, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea, form {
  margin: 0;
  padding: 0;
  font: normal normal normal 1em/1.5 Georgia, 'Times New Roman', Times, serif;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
}
img {
  border: none;
  margin: 0;
  padding: 0;
}