.item_name { /* Style settings for the text of an item */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

.item_price { /* Style settings for the text of an item */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	text-decoration: none;
	color: #0000FF;
}

.item_border { /* Style settings for the border of an item's image */
	border: 2px dotted #C0C0C0;
}

.parent_menu_text { /* Style settings for the text of the parent menu */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.parent_menu_background { /* Style settings for the color of the parent menu background */
	border-style:solid; border-width:1px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CC3333;
}

.child_menu_text { /* Style settings for the text of the child menu */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
	color: #0000FF;
}

.random_item_text {  /* Style settings for the text of the random item section */
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	text-decoration: underline;
	color: #0000FF;
}

.random_item_background {  /* Style settings for the color of the random item background area */
	background-color: #EEEEEE;
}

.copyright {
	font-family: Verdana; font-size: 8pt
}

a:hover {
	text-decoration: underline
}

body, td {
	font-family: Verdana; font-size: 10pt
}