body *
{
  /* Make all text, headers and links black */
  color: #000000 !important;
}

.dontprint
{
  /* Hide sections that shouldn't be printed */
  display: none;
}

#page, .page, .column-bannerbody
{
  margin: 0 !important;
  position: static !important;
  width: auto !important;
}

p, ul, table
{
  /* Display normal page text in a serif font */
  font-family: "times new roman", times, serif !important;
}

a
{
  /* Underline all links */
  text-decoration: underline !important;
}
