body {
    background-color: #fff;
	color: #000;
	margin: 0px;
}

a:hover {
    color: #0000ff;
}

dt {
    font-weight: bold;
}

h1 {
    color: #000;
	font-family: "Calibri", sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-left: 8px;
	margin-bottom: 4px;
}

h2 {
    color: #404040;
	font-family: "Calibri", sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 4px;
}

h3 {
    color: #606060;
	font-family: "Calibri", sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 4px;
}

#ingredients li {
	margin: 0px;
}

#method li {
	margin: 8px;
}

p {
	margin-top: 2px;
	margin-bottom: 16px;
}

/* IDs */

#footer {
	text-align: center;
}

#menu {
	text-align: center;
}

#page {
	background-color: #fff;
	font-family: "Calibri", sans-serif;
	font-size: 14pt;
	margin: auto;
}

/* Classes */

.copy {
	color: #a0a0a0;
}

.formerror {
	color: #ff0000;
}

.formhelp {
	color: #a0a0a0;
}

.link {
	color: #0000c0;
	text-decoration: none;
}

.menui {
	color: #000;
	font-family: "Calibri", sans-serif;
	font-size: 3vw;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
@media screen and (min-width: 1200px) {
	.menui {
		font-size: 18pt;
	}
}

.photo {
	max-width: 100%;
	height: auto;
	padding-bottom: 4px;
	border: none;
}

.photob {
	max-width: 100%;
	height: auto;
	border-style: solid;
    border-width: 2px;
	border-color: black;
}

.sitemapage {
	color: green;
}

.sitemaperror {
	color: red;
}

.sitemapnote {
	color: blue;
}

.sitemapspace {
	width: 32px;
}

.sitemapwarning {
	color: orange;
}

.youtube {
	width: 640px;
	height: 382px;
}

.xref {
	/* color: #a0a0a0; */
	color: #008000;
	text-decoration: none;
}
