body {
  background-color: black;
  margin: 0;
  padding 0;
  font-family: Tahoma;
  font-size: 12px;
  color: white;
}
img {
  border: 0px;
}
#main {
  width: 1024px;
  border: 0px solid black;
  font-size: 14px;
}
#top {
  width: 1024px;
  border: 0px solid black;
}
a {
  font-family: Tahoma;
  font-size: 13px;
  color: white;
  text-decoration: none;
}
a:hover {
  font-family: Tahoma;
  font-size: 13px;
  color: white;
  text-decoration: underline;  
}
.space {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 10px;
}