ul, ol, li, dl, dt, dd { display: block; padding: 0; margin: 0; }
li { display: list-item; margin-left: 2em; }

/* stix-two-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/stix-two-text-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/stix-two-text-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/stix-two-text-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/stix-two-text-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/stix-two-text-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/stix-two-text-v10-latin-regular.svg#STIXTwoText') format('svg'); /* Legacy iOS */
}

body      { font-family: "STIX Two Text", "Times New Roman", Times, serif; font-size: 16px;}
a         { text-decoration: none; }
a:link    { color: #00007F; }
a:visited { color: #00007F; }
a:hover   { color: #4040FF; }

img       { image-rendering: -webkit-optimize-contrast; }
