TABLE
	{
	background-color: transparent;
}
TD 
	{
	font-family: Verdana; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 12px; 
	background-color: Silver;
	}
.sub_menu 
	{
	font-family: Verdana; 
	font-weight: bold; 
	font-style: italic; 
	font-color: White;
	font-size: 12px; 
	background: grey; 
	}
.menu 
	{
	font-family: Verdana;
	font-weight: bolder;
	font-style: italic;
	font-size: 16px;
	background: red;
	color: Black;
}
.input_sup
	{
	border: 1px;
	border-color: "White";
	font-family: "Verdana";
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	background-color: black;
	width: 100px;
	cursor: hand;
	text-align: center;
	color: Red;
}
TH 
	{
	font-family: "Year supply of fairy cakes";
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	background: Black;
	background-position: center;
	color: Red;
}
INPUT
	{
	font-family: Verdana; 
	font-weight: bold; 
	font-style: italic; 
	font-size: 11px; 
	background-color: transparent; 
	border: none White;
	width: 150px;
	cursor: hand;
}
