<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #A4E766;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	color: #333;
}

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff }

div#wrapper {
	position:relative;
	width:932px;
}

div#secretmenu {
	background-color:black;
}

div#header {
	
}

div#menu {
	width:180px;
	float:left;
}

div#notice {
  color: green;
}

div#section {
	float:right;
	width:710px;
}

div#footer {
	clear:both;
	text-align:center;
	font-style:italic;
	padding:10px;
}

div.article {
	clear:both;
}

div.article_image {
	display:inline;
	float:left;
}

div.article_text {
	display:inline;
	float:right;
	width:480px;
}

img.article_img {
	width:150px;
	height:150px;
}

h1, a {
	text-decoration:none;
}

div.recipe_instructions {
	display:inline;
	float:left
	width: 460px;
}

div.recipe_images {
	display:inline;
	float:right;
	width: 240px;
}

h1#birthday {
	font-style:italic;
	color:purple;
	font-size:30px;
	display:inline;
}</pre></body></html>