@import url("/include/fos.css");

/* Don't print any navigational junk. */

div#nav,
div#menu,
div#menulocal
{
  display: none !important;
}

body
{
  color: #000 !important;
  background: #fff !important;
}

/* Bold links so they stand out. */
a:link,
a:visited
{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

div#content
{
  width: 100% !important;
  margin: 0em;
  padding: 0em;
}
