body {
  font-size: 12px;
  font-family:georgia;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

p {
  margin-top:12px;
}

a, a:link, a:visited, a:active {
  text-decoration: underline;
  outline: none;
  font-weight:bold;
  color:#000;
}
a:hover {
  text-decoration: none;
}
strong, b {
  font-weight:bold;
}
em, i {
  font-style:italic;
}
