body {
  font-family: sans-serif;
  }
a:link {
  color: black;
  text-decoration: none;
  }
a:visited  {
  color: #666;
  text-decoration: none;
  }
a:hover {
  color: orange;
  }
img {
  border: 2px inset silver;
  }
