* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font-size: 10pt; 
  color: #FFFFFF;
  font-family: verdana;
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}

a.set1:link, a.set1:visited { 
  background-color: transparent;
  color: #FFFFFF; 
}

a.set1:hover { 
  color: red;
  background-color: transparent;
}


