
body {
  background-color: #000000;
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.link_enter {
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
  font-size: 12px;
  color: white;
}

.table_features {
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
  font-size: inherit;
  color: #202020;
  text-align: center;
  font-weight: normal;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
}

.table_features td {
  padding: 4px 8px;
}

.table_features a {
  color: #202020;
  text_decoration: underline;
}

.table_features a:hover {
  text-decoration: underline;
}

