a:link, a:visited, a:hover {
  text-decoration: none;
  color: #33f;
  padding-left: 2px;
  padding-right: 2px;
  border: thin solid #33f;
}

a:hover {
  background: #ddf;
}

div.content {
  width: 700px;
  text-align: justify;
  padding-left: 30px;
}

li {
  padding: 3px;
}
