﻿
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
  margin-top: 10px;
  
}
h1{font-size:24px;}
#footer{display: none;}
#topsection{display: none;}
#leftcolumn{display: none;}
#rightcolumn{display: none;}
.boxtext { background-image:none;}
#contentcolumn{margin-left:20px;}

.hide {
display: none;
}
 
 

/* html code to hide images
<div class="hide">
<p><img src="pic5.jpg" width="100" height="66" />
</p>
</div> */

.printtext {
display: block;
}

/* html code to print text
<div class="printtext">
<p>This text and the text below will only get printed and will not show in the
webpage.</p>
<p>www.pmob.co.uk</p>
<p>address1<br />
address2<br />
address3<br />
address4</p>
<p>Telephone 0101 0101010</p>
</div>

*/


