/* IMC UK Print CSS */
body {
  color: #000;
  background: #FFF url(/img/imc-print.png) no-repeat top right;
  font-family: "Gill Sans", "Nimbus Sans L", "Helvetica", "Verdana", sans-serif;
  font-size: 11pt;
}

a:link,
a:visited {
  color: #000;
  background: #FFF;
  text-decoration: none; 
}

a:hover {
  color: blue;
  text-decoration: none;
}

table, 
th, 
td {
  border: #000 1px solid;
}

