/*
 * General settings
 */
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background-color: #cdf7d3;
  color: #000000;
}

/*
 * No underline for links
 */
a:link, a:visited {
  text-decoration: none;
  cursor: pointer;
}
a:link:hover, a:visited:hover {
  color: #ff0000;
}

/*
 * General layout
 */
.font {
  font-size: 13px;
}
