a
  {color: orange;}
body
  {background-color: #000033; color: #ffffff;}
td
  {padding: 5px;}
body>table
  {border-style: none; border-spacing: 0px; margin: auto; width: 90%;}
body>table>tbody>tr:nth-child(1)
  {background-color: #003399;}
body>table>tbody>tr:nth-child(1)>td:nth-child(1)
  {text-align: left;}
body>table>tbody>tr:nth-child(1)>td:nth-child(2)
  {color: orange; font-size: xx-large; font-weight: bold; text-align: center;}
body>table>tbody>tr:nth-child(1)>td:nth-child(3)
  {text-align: right;}
body>table>tbody>tr:nth-child(2)>td
  {text-align: center;}
body>table>tbody>tr:nth-child(3)>td>div
  {text-align: center;}
body>table>tbody>tr:nth-child(3)>td>img
  {display: block; margin: auto;}
body>table>tbody>tr>td>table
  {border-collapse: collapse; margin: auto; width: 300px;}
body>table>tbody>tr>td>table>tbody>tr>td
  {border-color: orange; border-style: solid; border-width: 1px;}
.orange_center
  {background-color: orange; text-align: center;}
