body		{		background:		#fffddd;
					font-family:	Trebuchet, Verdana, Arial;
					font-size:		11px;
			}

#table_list	{		width:			525px;
					font-family:	Trebuchet, Verdana, Arial;
					font-size:		11px;
					background:		#fff;
					border:			1px solid #000;
			}
#table_list a{		color:			#000;
					text-decoration:none;
			}
#table_list a:hover{color:			#000;
					text-decoration:underline;
			}
#table_list .top{	height:			20px;
					font-weight:	bold;
					color:			#e8e8e8;
					background:		url('images/table_top.png') repeat-x;
					padding-left:	2px;
			}
#table_list .in{	height:			17px;
					border-bottom:	1px solid #a5a5a5;
					padding-left:	2px;
			}
			

#recipe		{		width:			700px;
					padding-left:	4px;
			}
			
#recipe .title{		font-size:		18px;
					font-weight:	bold;
					color:			#000;
			}
#recipe .category{	font-size:		13px;
					font-weight:	bold;
					color:			#000;
			}
#recipe .descr{		font-size:		12px;
					color:			#000;
					padding-bottom: 2px;
			}