/*************************************************************
Copyright: (c) 2009 NEW TEXT HERE

**************************************************************/


/*** print styles ***********************************************************/

/* Remove unwanted elements */
.noprint, #clearfooter, #pageTopBar, #content, #Footer
{
display: none; 
}

/* Ensure the content spans the full width    float: none !important;    */
#container,  #pageTopBar h1, #pageTopBar h2, #pageTopBar h3 
{

width: 720px;
	border: 0;
	margin: 0;
	padding: 0;
	
	color: black; 
	background: transparent;
	font-size: 12pt;


}



/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}


