div {
  font-family: arial;  
}

div.content {
  position: relative;
  margin: 10px;
  height: 600px;
}

h1 {
  font-family: arial;
  font-size: 18px;
}

div.copy {
	width: 500px;
	font-family: sans-serif;

  text-align: justify;
  margin: 5px;
}

div.list {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 214px;
 
}

a.ad {
  display: block;
  margin: 10px;
  text-decoration: none;
  border: 2px solid #000;
  
}

a.ad:hover {
  color: #000;
  border: 2px dashed #000;
}
