body	{
	width: 90%;
	margin-left: auto;
	margin-right: auto;	
	background-image: url(images/bkgrnd.jpg);
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: small;
	}
table 	{ 
	width: 100%;
	}
td	{
	vertical-align: top;
	}
h1	{
	font-size: x-large;
	font-style: italic;
	color: red;
	}
h2	{
	font-size: large;
	font-style: italic;
	color: navy;
	}
	
.logo 	{
	text-align: left;
	}
	
.basket {
	vertical-align: middle;
	}
	
.menu a {
	font-family: Arial, Sans-Serif;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	color: blue;
	}
.menu a:hover {
	color: red;
	}
	
.footer {	
	text-align: left;
	font-size: x-small;
	}
