<!--
body {
  background-color: #004070;
  color: white;
}
div.affiliates {
  text-align: center;
  margin: 4px;
  padding: 2px;
  border-style: solid;
  border-width: 1px;
}
table {
  margin: 0px, 0px, 360px, 0px;
}
td.center {
  text-align: center;
}
td.menu {
  vertical-align: text-top;
  font-family: arial;
  font-weight: normal;
  font-size: 10pt;
  width: 180px;
}
td.applet {
  width: 400px;
  height: 400px;
}
td.affiliates {
  width: 190px;
}
div.desc {
  width: 160px;
  position: relative;
  left: 10px;
  top: 4px;
}

b {
  font-family: arial;
  font-weight: bold;
  font-size: 12pt;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 16pt;
  margin: 0px;
}
h4 {
  text-align: center;
  margin: 10px, 0px, 0px, 0px;
}
div.instructions {
  vertical-align: text-top;
  font-family: arial;
  font-weight: normal;
  font-size: 10pt;
  color: white;
  padding: 10px 10px 20px 10px;
  position: absolute;
  left: 100px;
  top: 470px;
  width: 600px;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  background-color: black;
}
a {
  text-decoration: none;
  color: white;
  font-family: arial;
  font-weight: normal;
  font-size: 12pt;
}
a:link {
color: white;
}
a:visited {
color: yellow;
}
a:active {
color: red;
}
a:hover {
color: red;
}
-->