body
{
	/* Default to white in case background doesn't load */
	background-color: #ffffff;

	/* Tiling background */
	background-image: url('background.jpg');
}

a img
{
	/* Turn off border on image links */
	border-style: solid;
	border-color: transparent;
}

p,h1,h2,h3,ul
{
	/* Set text colour to black to preserve contrast if the user's default is different */
	color: #000000;
}