<style type="text/css">
body { 	margin:0px; 
	padding:20px;
	width:500px; 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 11px; }

a {
	text-decoration: none;
		
	}


h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;

        overflow:hidden;
	
	background-color: #FFFFFF;
	border: 1px solid #B22222;
	}

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	}

.content p {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
        display: none;
	}


.content li {
	line-height: 150%;
        display: none;
	}

.content h2 {
	color: #B22222;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
        border: none;	
	text-align: left;

	margin-bottom: 10px;
	
	}


.recipe {
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
        border: 1px dotted #B22222;
	}


.recipe p {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
        display: block;
	}

.vendor {
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
        border: 1px dotted #CCCCCC;
	}

.vendor p {
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
        display: block;
	}

</style>