

.page_title {
	color: green;
	font-size: 18pt;
	font-weight: bold;
}

.product_title {
	color: red;
	font-size: 14pt;
	font-weight: bold;
}

.product_box {
	padding: 10px;
}

a {
	text-decoration: none;
	color: red;
}

a:hover {
	font-weight: bold;
	color: green;
}

td {
	
}