body {
	background: white;
	color: black;
	font-family: georgia;
	margin-left: 20;
	margin-top: 18;
	text-decoration: none;
}

a:link {
	color: orchid;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0;
}

a:visited {
	color: #6E7B8B;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: purple;
	text-decoration: underline;
}

img {
	border: none;
}

.products {
	outline: #cd9b9b solid medium;
}

div.title {
	/* color: palevioletred; */
	color: steelblue;
	font-weight: bold;
}

p.note {
	color: palevioletred;
	/* color: steelblue; */
	font-weight: bold;
}

.li {
	display: list-item;
	list-style: disc;
}

table.main {
	width: 100%;
}

tr {
	width: 100%;
}

td.main-left {
	text-align: right;
	vertical-align: top;
	width: 25%;
}

td.main-center {
	width: 3%;
}

td.main-right {
	width: 72%;
	vertical-align: top;
}
