@charset "utf-8";
/* CSS Document */

body {
	margin: 10px 5px 0 5px;
	padding: 0;
}

body a#email {
	text-decoration: none;
	color: #033;
	font-style: italic;
}

#descrip {
	margin: 1em 1em;
	padding: 1em 1em;
}

#descrip a {
	color: #033;
	text-decoration: none;
	font-style: italic;
}

#descrip a:hover {
	font-style: normal;
}

#recipes a {
	color: #033;
	text-decoration: none;
	font-style: italic;
}


#recipes a:hover {
	font-style: normal;
}

body a {
	color: #033;
	text-decoration: none;
	font-style: normal;
}

body a:hover {
	font-style: italic;
}