/* Stylesheet for i-Lab's i-Shop on-line shopping portal (c) i-Lab Limited */
body {  
  background-image: url("../public/background.gif");
}
a {
  text-decoration: none;
}
a:hover {
  color: red;
	text-decoration: underline;
}
td {  
  font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

