HTML,BODY {
  margin: 0;
  padding: 0;
  height: 99%;
  border: none;
}

A IMG {
  border: none;
}

A {
  text-decoration: none;
  color: #000000;
}

A:hover {
  text-decoration: underline;
}

.center {
  width: 100%;
  height: 100%;
}
