html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Times New Roman", Arial, sans-serif;
  line-height: 1.1;
  max-width: 2000px;
  margin: 8px auto;
  padding: 0 12px;   /* keeps text off screen edges on mobile */
}
h1, h2, h3, b, strong { font-weight: 600; }
.head {
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
a:link {
  color: #5f5e5a;
  text-decoration-color: #c8c6c2;
}
a:visited {
  color: #8a8884;
  text-decoration-color: #d8d6d2;
}
a:hover {
  color: #0099FF;
  text-decoration-color: #0099FF;
}
