body
{
	background-image: url('webImages/woodbg.jpg');
	background-repeat: repeat ;
	background-attachment: fixed ;
	background-color="#CC9933";
}
a
{
	color: #993300 ;
	font-family: Ariel, sans-serif ;
	font-size: 16px;
}

a:hover, a:visited
{
     color: #660000 ;
     font-family: Ariel, sans-serif ;
     font-size: 16px ;
}
p
{
	color: black ;
	font-family: Ariel, sans-serif ;
	font-size: 16px ;
}
h1
{
	color: black ;
	font-family: Ariel, sans-serif ;
	font-size: 20px ;
}

p.copyright
{
     color: black ;
     font-family: Ariel, sans-serif ;
     font-size: 10px ;
     text-align: center ;
}

.left
{
	text-align: left ;
}
.right
{
	text-align: right ;
}
.center
{
	text-align: center ;
}

.justify
{
        text-align: justify ;
}
a.menu
{
     color: #993300 ;
     font-family: Ariel, sans-serif ;
     font-size: 20px;
     text-decoration: none ;
     font-weight: bold ;
}

a.menu:hover, a.menu:visited
{
     color: #660000 ;
     font-family: Ariel, sans-serif ;
     font-size: 20px;
     text-decoration: none ;
     font-weight: bold ;
}
a.price
{
	color: #993300 ;
	font-family: Ariel, sans-serif ;
	font-size: 25px;
}

a.price:hover, a.price:visited
{
     color: #660000 ;
     font-family: Ariel, sans-serif ;
     font-size: 25px ;
}

h1.sale
{
	color: red ;
	font-family: Ariel, sans-serif ;
	font-size: 40px ;
        text-align: center ;
}