/* Remove unwanted elements */
#header, #footer  { display: none; }

.printpg-label { display: block; margin-bottom: 10px; padding: 15px 0 3px; width: 100px; }
.printpg-text { color:#222; }

/* Change text color to black */
.lighttext
{ color: #000; }

/* Improve color contrast of links */
a:link, a:visited
{ color: #781351; }