* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  padding: 15px;
  width: 768px;
}

a {
  cursor: pointer;
}

li {
  display: block;
  padding: 5px;
}

h1 {
  font-size: 22px;
  line-height: 24px;
  color: #007f28;
  font-weight: normal;
}

h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #007f28;
}

a.backlink {
  color: #007f28;
}
