body {
	width:100%;
	background-image:url("Background.png");
	color:white;
}
h1 {
	background-color:#8AC007;
	letter-spacing:20px;
}
h2 {
	margin-bottom:-8px;
}
#price {	
	width:460px;
	text-align:left;
	padding:10px;
	padding-bottom:2px;
	padding-top:2px;
	border-radius:2px 2px 2px 2px;
	margin-left:40px;
	background-color:orange;
	margin-bottom:20px;
}
a:link {
	text-decoration:none;
	color:white;
}
a:hover {
	text-decoration:none;
	color:black;
}
#buy {
	margin-top:300px;
	margin-left:40px;
	background-color:orange;
	padding:10px;
	width:60px;
	border-radius:6px 6px 6px 6px;
}
h3 {
	width:140px;
	text-align:left;
	padding:10px;
	border-radius:2px 2px 2px 2px;
	margin-left:40px;
	background-color:orange;
}
h3 img {
	margin-right:10px;
	margin-bottom:-5px;
}	
.image {
	float:left;
	margin:10px;
	margin-left:40px;
	margin-top:24px;
}
#tab {
	display:inline-block;
	border:1px solid black;
	width:150px;
	text-align:center;
	margin:25px;
	padding:4px;
	background-color:#8AC007;
	color:white;
	border:1px solid black;
	box-shadow:4px 4px 4px gray;
}
#tab:hover {
	color:black;
}
