body {
  background-color: blue;
  /* "colour" is font colour */
  color: aqua;
  font-family: Roboto;
  margin-left: 25px;
}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

.inner {
  margin-left: 150px; 
}