body {
	background-color : #FFFFCC;
	background-image : url(../images/bg1.jpg);
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: .8em;
}

h1, h2, h3, h4 { 
	background-color: #009966;
	color: #FFFFCC;
	width: 100%;
	text-align: center;
	margin-bottom: 0%;
	}

.Button a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #009966;
	display: block;
	clear: both;
	float: inherit;
	height: auto;
	border: 3px outset #009966;
	width: auto;
	text-align: center;
}

.Button a:hover {
	color: #009966;
	background-color: #FFFFCC;
	border: 3px inset #FFFFCC;
	}

table.main {
	background-color: #FFFFCC;
}
.price {
	color: Red;
	font-size: 1.2em;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	}
.boldcenter {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	width: 750px;
	margin: 0 auto 0 auto;
}