﻿body {
}
.BrownBackground
{
	background-color: #573d18;
	color: White;
	font-family: 'Book Antiqua' , Georgia, 'Bookman Old Style' , 'Times New Roman';
	font-style: italic;
}
.PinkBackground
{
	background-color: #ffa3af;
}
.StripeBackground
{
	background-image: url(Images/stripe1.jpg);
}
.StripeBackground2
{
	background-image: url(Images/stripe2.jpg);
}
.PriceListHeader
{
	background-color: #573d18;
	color: White;
	font-family: 'Book Antiqua' , Georgia, 'Bookman Old Style' , 'Times New Roman';
	font-size: medium;
	font-weight: bold;
}
.PriceListItemDescription
{
	background-color: #573d18;
	color: White;
	font-family: 'Book Antiqua' , Georgia, 'Bookman Old Style' , 'Times New Roman';
	font-size: small;
}
.PriceListItemPrice
{
	background-color: #573d18;
	color: White;
	font-family: 'Book Antiqua' , Georgia, 'Bookman Old Style' , 'Times New Roman';
	font-size: small;
}
.PriceListSubtext
{
	background-color: #573d18;
	color: White;
	font-family: 'Book Antiqua' , Georgia, 'Bookman Old Style' , 'Times New Roman';
	font-size: small;
}
