/* Print CSS Document */

body {
  color : #000000;
  background : #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size : 10pt;
 
}

h1{ font-size:14pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#bg {
  display : none;
}

