@charset "UTF-8";
/* CSS Document */

/* 	
	Thomas Law Firm
	PRINT STYLE SHEET
	Date: 10/2015
*/

/* Remove unwanted elements */
#masthead, #headerbar, #topbg, #topbg-sub, #engagebar, #menu
{
display: none;
}

/* Ensure the content spans the full width */
#container, #content, #sub-content
{
width: 100%; margin: 10px; float: none;
}

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