body
{
  background-color: black;
  color: white;
}

table.banner
{
  width: 95%;
  border-collapse: collapse;
  min-height: 500px;
}

td.banner
{
  background-color: #261D88;
  padding: 0px;
  vertical-align: top;
  border-bottom: 25px solid #261D88;
}

td.banner span
{
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  background-color: black;
  padding-left: 25px;
  padding-right: 25px;
}

td.menu
{
  background: #261D88;
  vertical-align: top;
  width: 100px;
  height: 400px;
}

td.content
{
  vertical-align: top;
  padding: 25px;
}

table.menu
{
  background: #261D88;
  width: 100%;
}

table.menu td
{
  vertical-align: top;
  width: 100%;
  text-align: center;
}

table.menu a
{
  width: 100%;
  text-align: center;
  color: aqua;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #261D88;
}

table.menu a:hover
{
  text-decoration: none;
  border: 1px solid aqua;
}

td.footer
{
  background-color: #261D88;
  vertical-align: top;
  text-align: center;
  border-top: 15px solid #261D88;
  border-bottom: 15px solid #261D88;
}

td.footer a
{
  text-align: center;
  color: aqua;
  text-decoration: none;
  border: 1px solid #261D88;
}

td.footer a:hover
{
  text-decoration: none;
  border: 1px solid aqua;
}

a
{
  color: cyan;
}

a:visited
{
  color: cyan;
}

