/* ------------------------------------------------------------------------------
DRUCK-CSS - 05-04.2011
--------------------------------------------------------------------------------- */

body {
  background-color: transparent;
  font-size: 10pt;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
}

h1 { font-family: "Times New Roman", Times, serif; }

#utilityNav, #mainNav, #sideNav, #footer, #slides, #video { display: none; }

img { border: 0 none; margin: 1cm; }

a:after, a:link:after {
  font-size: 8pt;
  color: #000;
  background-color: transparent; 
  content: " * Link: " attr(href) " * ";
}

a:visited:after {
  color: #000; 
  background-color: transparent;
  content: " * Link: " attr(href) " * ";
}