/*Whole page CSS*/
.M_Page {
		margin-right:auto;
		font-family: Verdana, Times, serif;
		margin-left:auto;
		width:100%;
		height:100%;
		background-color:#F9E784;}
		
/*Shop page CSS*/

/*CSS for the whole product*/
.Product{
	border:2px black;
}
/*CSS for the image of the product*/
.image{
	text-align: left;
	height:100%;
	width:100%;
}
/*CSS for the name/href of the product*/
.name{
	font-size:20px;
	 color: #000000;
    text-decoration: none;
}
.name:hover 
{
     color:#16B4C3; 
     text-decoration:none; 
}
/*CSS for the price of the product*/
.price{
	font-size:24px;
}