body.normal {
  background-color: #4682b4;
	color: #fff8dc;
	font-family: lucida sans;
}
body.new {
  background-color: #4682b4;
	color: #fff8dc;
	font-family: lucida sans;
  font-weight: bold;
  font-size: 200%;
}
td.mh_name_test {
color: #fff8dc;
text-align: center;
font-family: lucida sans;
font-size: 115%;
font-weight: bold;
}
td.mh_address_test {
color: #fff8dc;
text-align: center;
font-family: lucida sans;
font-size: 100%;
font-weight: bold;
}

td.item_left {
font-family: lucida sans;
text-align: left;
font-size: 80%;
color: #fff8dc;
}
td.item_center {
font-family: lucida sans;
text-align: center;
font-size: 80%;
color: #fff8dc;
}
td.item_right {
font-family: lucida sans;
text-align: right;
font-size: 80%;
color: #fff8dc;
}

td.item_number {
font-family: lucida sans;
text-align: left;
font-size: 100%;
font-weight: bold;
color: #ffd700;
}
td.item_title {
font-family: lucida sans;
text-align: center;
font-size: 100%;
font-weight: bold;
color: #ffd700;
}
td.item_price {
font-family: lucida sans;
text-align: right;
font-size: 100%;
font-weight: bold;
color: #ffd700;
}
td.parts_bold {
  background-color: #fff8dc;
	font-family: lucida sans;
	font-size: 100%;
	font-weight: 900;
	color: #006b8c;
	padding: 1px;
}
td.parts_normal {
  background-color: #006b8c;
	font-family: lucida sans;
	font-size: 100%;
	color: #fff8dc;
	padding: 1px;
}
table.parts {
  background-color: #daa520;
}
a.partlink:link {
color: #fff8dc;
}
a.partlink:visited {
color: #fff8dc;
}
a.partlink:focus {
color: #fff8dc;
}
a.partlink:hover {
color: #daa520;
}
a.partlink:active {
color: #daa520;
}