BODY
	{
	background : #ffffff;
	color: #000000;
	}

.category
	{
	color: #006600;
	font-family : Arial, Helvetica, sans-serif;
	font-stretch : wider;
	font-size: 36px
}
	
.dish
	{
	font-family : "Times New Roman", Times, serif;
	font-size : 30px;
	font-weight : bolder;
} 
	
.descrip
	{
	font-weight : normal;
	font : 18px sans-serif;
}
	
.size
	{
	font-family : "Times New Roman", Times, serif;
	font-size : 25px;
	font-weight : normal;
}
	
.price
	{
	font-size : 23px;
}
	
A
	{
	color : #000099;
	font-family: Courier;
	}

A:Visited
	{
	color : #990099;
	}
	
A:Active
	{
	color : #ff00ff;
	}

	
A:Hover
	{
	color : #ffff00;
	}
	
	