﻿/* Remove unwanted elements */
#skipMenu,.footer-container, .header, #navigationContainer, .internal-nav-container,.tools, .add-this, .right-column, .noprint {display: none;}

/* For content to span the full length of the paper when printed */
.content-2col {width: 100%; margin: 0; float: none;}

/* Change text colour to black (useful for light text on a dark background) */
 .lighttext {color: #000}

/* Improve colour contrast of links */
a:link, a:visited {color: #781351}
 
 
