a.list {
  color: #FF0000;
  text-decoration: none;
}
a:hover.list {
  text-decoration: line-through;
}
.content li ul {
  margin-bottom: 0em;
}

