body {
  background-color: #000000;
  color: #3300CC;
  text-align: center;
}

a:link {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
  color: #990000;
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color: #995500;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.img {
  border: 0px;
}

table {
  margin: auto;
  width: 50%;
  font-weight: bold;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #3300CC;
  background-color: #FFCCCC;
}

td {
  text-align: center;
  vertical-align: top;
  
}
