a {
	color : #0050d0;
	text-decoration : none;
	font-weight : bold;
	}

a:active {
	color : #ff0000;
	}

a:hover {
	color : #008080;
	text-decoration : underline;
	}

body {
	background-color : #e0ffe6;
	color : #6e1f2a;
	font-family :  "Times New Roman", serif;
	line-height : 130%;
	}


#container {
	width : 750px;
	padding-left : 10px;
	}

#cimage {
	margin-right : auto;
	margin-left : auto;
	}

h1 {
	text-align : center;
	color : #330066;
	}

h2 {
	text-align : center;
	color : #330066;
	}

h3 {
	text-align : center;
	padding-top : 60px;
	}

caption {
	font-size : 120%;
	font-weight : bold;
	}

table {
	margin-right : auto;
	margin-left : auto;
	}

td { 
	text-align : center;
	padding-left : 10px;
	padding-right :10px;
	}

.name {
	color : #330066;
	font-weight : bold;
	font-size : 130%;
	}

.price {
	padding-top : 20px;
	}

.item {
	padding-top : 30px;
	}
	
.image {
	float : left;
	margin-right : 20px;
	}

.block {
	text-align : center;
	width : 750px;
	margin-left : auto;
	margin-right : auto;
	}

.sale {
	text-align : center;
	font-size : 180%;
	color : red;
	}

.red {
	color : red;
	}

.hidden {
	display : none;
	}

.footer {
	margin : 20px;
	clear : both;
	}