body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 120px;
	margin-top: 22px;
}
a:link {
	color: #458D86;
	text-decoration: none;
}
a:visited {
	color: #5EB1A9;
	text-decoration: none;
}
a:hover {
	color: #5EB1A9;
}
a:active {
	color: #000;
}
.background {
	background-color: #FFF;
	height: 1500px;
	width: 1000px;
	padding: 40px;
}
.product {
	height: 350px;
	width: 750px;
	float: none;
	margin: 0px;
	background-color: #FFF;
	padding: 10px;
}
.product_pic {
	float: left;
	background-color: #FFF;
	height: 300px;
	width: 300px;
	padding: 0px;
	margin: 0px;
}
.product_description {
	background-color: #FFF;
	height: 300px;
	width: 400px;
	float: right;
	font-size: 14px;
	font-style: normal;
	color: #000;
	margin-top: 20px;
}

.youtube_link {
	color: #000;
	text-decoration:underline;
}

