/*---------------------------------------------------------------------------------------- Body */

body {
  font-size: 100%;
  font-family: Cambria, Georgia, Times, Arial, sans-serif;
  font-weight: normal;
  background: #fff;
  border-top: 10px solid #333;
}

html>body {
  font-size: 14px;
}

/*---------------------------------------------------------------------------------------- Tags */

p {
  line-height: 1.5em;
}

a, a:visited {
  color: #d88b1d;
}

a:hover {
  color: #333;
}

hr {
  height: 1px;
  border: none;
  background: #ccc;
}