h3 {
  color: #ffffff;
  font-weight: bold;
}
table.main {
  background-color: #000000;
  border: 4px;
  width: 100%;
  text-align: center;
  border-width: 0;
  border-spacing: 2;
}
table.header {
}
td.main {
  background-color: #000000;
  color: #cccccc;
  text-align: left;
  vertical-align: top;
  width: 50%;
}
td.main2 {
  background-color: #000000;
  color: #cccccc;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
td.menu {
  vertical-align: top;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: helvetica,arial,sans-serif;
  font-size: 10pt;
  width: 12%;
}
td.title {
  color: #cccccc;
  text-align: center;
  font-family: helvetica,arial,sans-serif;
  font-size: 18pt;
}
td.header {
  background-color: #ffffff;
  color: #000000;
  vertical-align: top;
}
hr {
  width: 100%;
  height: 2px;
}
a {color: rgb(255, 255, 255);}
a:hover {background-color:rgb(128,128,128);}
a:visited {color:rgb(255, 255, 255);}
