@font-face {
  font-family: "titlefont";
  src: url("titlefont.ttf");
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-family: "titlefont", Arial, Helvetica, sans-serif;
}

table { table-layout: fixed; }
td { width: 50%; }
