@charset "utf-8";
/* CSS Document */

.table
	{
	border: black solid 2px;
	text-align: center;
	}

.table_header
	{
	background-color: #333;
	color: #FFCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	height:30px;
	}
	
.item_des
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align: center;
	height: 220px;
	max-width: 230px;
	padding: 0;
	background-color:#660066;
	color: #FFCC00;
	}
	
.item_title
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	}
	
.item_img
	{
	padding: 10px 5px 5px 5px;
	text-align:center;
	}

.price
	{
	color:#FFFF00;
	font-size:28px;
	}