/* life.css */
/* 2025–03–12 avpres.net */

body {
  font-family: sans-serif;
  line-height: 1.2;
}

p, li, dt, dd, dd > li {
  font-size: 28pt;
  line-height: 1.2;
}

dt {
  font-weight: bold;
}

h1, h2, h3 {
  font-family: sans-serif;
}

.remark-code, .remark-inline-code {
  font-family: sans-serif;
  font-size: 0pt;

}

.colour {
    color: #0038B8;
}

.grey {
    color: #888888;
}

.small {
  font-size: 100%;
  line-height: 1.2;
}

.old {
    text-decoration: line-through;
}
