<!-- this html *not* rendered by bootstrap css -->
<html>
<head>
<style type="text/css">
div { font-family: "Times New Roman", serif; }
#cpa { font-size: 7pt; } /* off page if any larger */
#address { font-size: 9pt; color: #7c62a3; } /* bright */
</style>
</head>
<body>
<hr />
<table>
<tr>
<td rowspan="2" valign="top" width="80%">
<div id="address">
<div>HMDS, Leeds Cancer Centre, Bexley Wing, Beckett Street,
Leeds, LS9 7TF
</div>
<div>Tel: 0113 206 7851</div>
<div>Web: www.hmds.info</div>
</div>
</td>
<td><img src="/images/cpa_logo_small.png" /></td>
</tr>
<tr>
<td><div id="cpa"><!--Accredited Medical Laboratory--></div></td>
</tr>
</table>
</body>
</html>