.palette
{
	border-radius:4px;
	border: 1px solid #000000; 
	background: #FFFFFF;
	padding:2%;
	margin:1%;
	box-shadow: 4px 4px 8px #777;
}

.palette table
{
	border:0px solid #000000;	
	margin:auto;	
}

.palette img
{
	margin:3px;
	box-shadow: 2px 2px 2px #777;
	border-radius:8px;

}

.palette img:hover
{
	box-shadow: 10px 10px 10px #777;
	position:relative;
	bottom:5px;	
}

.palette img:active
{
	box-shadow: 5px 5px 5px #777;
	position:relative;
	bottom:3px;
}

