.forkBG {
	background: url(../assets/fork.gif) no-repeat right bottom;
}
.yellow {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
}
.menuCategory {
	font: bold italic 16px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-bottom: 5px;
}
.menuName {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #333333;
	padding-top: 5px;
}
.menuDescription {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding-bottom: 5px;
}
td {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
a:link, a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
.small {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
ul {
	margin-left: 16px;
	list-style: disc;
}
body {
	background-color: #333333;
	margin: 10px;
}
