/* CSS Document */

body {
  font-family: verdana; 
  background-color: wite;
}

a {
  color: red;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.imagebox{
  border: 1px dotted black;
  padding: 5px;
  margin-top: 20px;
  background-color: silver;
}
