﻿body {
	margin: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333;
	background:#FFFFE6;
}
#main {
	margin: 0 auto;
	width: 780px;
	border: thin #ccc groove;
	background: #FFF;
	padding:20px;
	}
table#recipes td {
	vertical-align: top;
	width: 390px;
	padding-top: 20px;
	padding-left: 45px;
}

.pic {
	width: 100%;
	text-align:center;
}
.pic img {
	margin: 10px;
	border:1px #F60 solid;
	padding: 3px;
	background: white;
}
table#recipes {
/* background: white url('pat2.gif') repeat-y; */
}

img {
	margin:0;
	border:0;
}

a {
	color:#F60;
	text-decoration:none;
}
a:hover {
	color:#FC0;
	text-decoration:underline;
}
table a {
	color: #333;
	font-weight:600;
	text-transform:capitalize;
}
h3{
	color:#F60;
	letter-spacing: 3px;
}