body
  {
  background-image: url("ttdk-background.jpg");
  background-repeat: repeat-x;
  }

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

h1
  {
  font-size: 24pt;
  color: #330099; /* blue */
  }

h2
  {
  font-size: 20pt;
  color: #000099; /* blue */
  }

h3
  {
  font-size: 16pt;
  color: #0000CC; /* medium blue */
  }

h4
  {
  color: #6600FF; /* blue */
  }

ul
  {
  list-style-type: disc;
  font-family: arial, sans-serif;
  }

p
  {
  font-size: 12pt;
  font-family: arial, sans-serif;
  }

table
  {
  font-size: 12pt;
  font-family: arial, sans-serif;
  }

td

.footer
  {
  font-family: sans-serif;
  text-align: center;
  color: #CC0000; /* red */
  background-color: #FFFFFF;
  }