html { background-color: #ddd; }

@font-face {
  font-family: L;
  /* src: url(L.ttf); */
  src: url(Ubuntu-B.ttf);
}

@font-face {
  font-family: D;
  /* src: url(D.ttf); */
  src: url(Ubuntu-I.ttf);
}

a { color: green; }

h1 { font-family: L; font-size: 2em; font-weight: normal; }

th a { font-family: L; font-size: 1em; font-weight: normal; margin-right: 40px; }

td a { font-family: D; font-size: 0.75em; }

hr { display: none; }
