.item_name { /* Style settings for the text of an item */
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

.item_price { /* Style settings for the text of an item */
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	text-decoration: none;
	color: #ACACAC;
}

.parent_menu_text { /* Style settings for the text of the parent menu */
	font-family: Tahoma, 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 */
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #ACACAC;
}

.child_menu_text { /* Style settings for the text of the child menu */
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	text-decoration: underline;
	color: #ACACAC;
}

.random_item_text {  /* Style settings for the text of the random item section */
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	text-decoration: underline;
	color: #ACACAC;
}

.random_item_background {  /* Style settings for the color of the random item background area */
	background-color: #EEEEEE;
}

.copyright {
	font-family: Tahoma; font-size: 8pt
}

a:hover {
	text-decoration: underline
}

body, td {
	font-family: Tahoma; font-size: 9pt
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
