* {
  padding: 0px;
  margin: 0px;
}
body {
  background-color:#d1dde7;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

a:link {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

a:visited {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

a:hover {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

a:active {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
