
body {
 background-color:#EEF5CD; 
 font-family: arial;
}


p {
font-size: 12px;
}

.maintable {
  background-color:#DBF1CA; 
 border: 2px solid #60764F;
 
  }
  
 h3 {
	color: #60764F; 
 
	text-decoration: none;
   padding-left: 15px;
 
}	
   
.title   {
   color: #2C5809; 
   text-decoration: none;
   font-size: 60px;
   }
   
.title:hover {
   color: #2C5809; 
   text-decoration: none;
   font-size: 60px;
   }
   
  h2 {
   padding:1px;
   color: #227624;
   }
   

   
.products {text-align: center;}


.product
	{border: 3px double #07442B;
	padding: 7px;
	margin: 15px 5px 15px 35px;
	height: 180px;
	width: 180px;
	float:left;
	font-size: 12px;
	background-color: #FFFFFF;
	}
	
.productpage
	{border: 2px solid #85C058;
	padding: 7px;
	margin-left: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
	}
	
.mainpageproduct
	{border: 1px solid #cccccc;
	padding: 2px;
	margin: 2px;
	height: 400px;
	width: 350px;
	float:left;
	font-size: 12px;
	}
 
			
a {  color:#07442B;
	font-weight:bold;
	text-decoration:underline;
   	}
a:hover {  color:#C35A78;
	font-weight:bold;
	text-decoration:underline;
   	}	 
 
	 
.footer {
 
	 color: #227624;
   font-weight: normal;
	}
	
.menu {
	 
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
.button {
	background-color: #2C5809;
	border-top: 2px solid #60764F;
	border-bottom: 2px solid #85C058;
	border-left: 2px solid #60764F;
	border-right: 2px solid #85C058;	
	 text-align: center;
}	
	
.button:hover {
		background-color: #60764F;
	border-top: 2px solid #85C058;
	border-bottom: 2px solid #60764F;
	border-left: 2px solid #85C058;
	border-right: 2px solid #60764F;
}
	
.button  a {
	color: #FFFFFF;
	 
} 