@charset "utf-8";
/* CSS Document Print */

/* Remove unwanted elements */
#banner, .noprint
{
display: none;
}

/* Change text colour to black (useful for light text on a dark background) */
p
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}