/* ---------- BODY ---------------------------------- */

body {
  color: #444;
  background-color: #FFF;
  font-size: 10pt;
  font-family: Century Gothic, Verdana, Helvetica, Arial, Sans-serif;
}

hr {
  color: #888;
  height: 1px;
}

/* ---------- LINKS --------------------------------- */

a:link {
  color: #008;
  text-decoration: none;
}
a:visited {
  color: #008;
  text-decoration: none;
}
a:hover {
  color: #800;
  text-decoration: none;
}
a:active {
  color: #008;
  text-decoration: none;
}

/* -------------------------------------------------- */

