/*** font-properties.css ***/
body {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

article {
  font-size: 1em;
}

figcaption {
  font-size: 0.8em;
  font-style: italic;
}

footer {
  font-size: 1em;
}

a.home {
  font-size: 1em;
  font-variant: small-caps;
}

p.Update {
  font-style: italic;
  font-weight: bold;
}



