/* Formats the Website so it prints just the information */
body 
{color: #000000;
background-color: #FFFFFF;
}

/* Hide marked graphics */
.nographic 
{display: none;
}
/* Print special text not normally viewed */
.printtext 
{display: block;
}