a
  {color: #800000;}
body
  {background-color: #800000; color: #000000;}
body>table
  {background-color: #ffffe0; border-collapse: collapse; width: 750px;}
body>table>tbody>tr>td
  {border-color: #000000; border-style: solid; border-width: 5px; padding: 5px;}
body>table>tbody>tr:nth-child(1)>td:nth-child(1)
  {text-align: center; vertical-align: top; width: 120px;}
body>table>tbody>tr:nth-child(1)>td:nth-child(1)>a,
body>table>tbody>tr:nth-child(1)>td:nth-child(1)>span
  {font-weight: bold; font-size: large;}
body>table>tbody>tr:nth-child(1)>td+td
  {vertical-align: top;}
body>table>tbody>tr:nth-child(1)>td+td h1
  {text-align: center;}
body table table
  {border-collapse: collapse; margin: auto; width: 550px; font-size: small;}
body table table td
  {border-color: #000000; border-style: solid; border-width: 1px;}
body table table tr:nth-child(1)
  {background-color: #800000; color: #ffffff;}
