
body {
	font-family: arial;
	font-size: 1.0em;
}

h1 {
	color: #555555;
	text-align: center;
}

h2 {
	color: pink;
}

h3 {
	color: #000000;
	margin-top:0px;margin-bottom:5px;
}

a {padding:2px;}

#pricebox {
	width: 90%;
	background: pink;
	border-style: solid;
	margin: 20px 5% 20px 5%;
	padding: 10px;
}

table.pricebox {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.pricebox th {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.pricebox td {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: #cccccc;
	background-color: white;
	-moz-border-radius: ;
}

#content {
	background: white;
	margin-left: 25%;
}

#logo {
	background: white;
	vertical-align: top;
}

.backtodeals {
	font-size: 2em;
}

