/*   ---------   Print Style   ---------   */


body {
  background: white;
  color: black;
  font-size: 12pt;
}

a:link {
  color: #06c;
  font-weight: bold;
  text-decoration: underline;
}

#leftcolumn, #rightcolumn {
  display: none;
}

#twocols-container, #maincontent {
  background: transparent;
  float: none;
  width: 100%;
}
