body {
	background-color: #989898;
	margin: 0;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 11px;
}

#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

/*Page related styles for you to view*/
#mycustomscroll {
	width: 215px;
	height: 400px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding: 5px;
	left: 3px;
	top: 62px;


}
#recipesScroll {
	width: 450px;
	height: 700px;
	overflow: auto;
	position: relative;
	margin: 0.3em auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 70px;
	top: 86px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
.TitleScroll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996633;
	text-decoration: underline;

}
.RecSubLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #000000;
}
.RecSubLink a{
	color: #666666;
}
.RecSubLink li{
	color: #996633;
	list-style-type: square;
}
