
/***************************************************

GENERAL STYLES

***************************************************/


body {
  background: #FFF;
  font-family: "Trebuchet MS", "Lucida Sans", Arial, Verdana, Helvetica, Sans-Serif;
  color: #000;
}

abbr:after, acronym:after {
  content: " ("attr(title)") ";
}

p {
  font-size: 12pt;
  line-height: 18px;
}

ul {
  font-size: 12pt;
  line-height: 16px;
}

h1 {
  font-size: 24pt;
}

h2 {
  font-size: 20pt;
}

h3 {
  font-size: 16pt;
}

h4 {
  font-size: 14pt;
}

a {
  color: #FF8C00; /* ORANGE */
  text-decoration: none;
}

a:after {
  content: " ["attr(href)"] ";
  font-style: italic;
}
