@charset "UTF-8";
/* CSS Document */

body {
	background:#772117;
	font-family:Arial;
	font-size:12px;
	color:#2c1c0f;
	line-height:18px;
	font-weight:bold;
	}
strong {
	font-family:Arial;
	font-size:12px;
	color:#772117;
	line-height:18px;
	font-weight:bold;
	}
	
h1 {
	font-size:20px;
	font-family:Arial;
	color:#772117;
	font-weight:bold;
	line-height: normal;
	}

h2 {
	font-size:16px;
	font-family:Arial;
	color:#772117;
	font-weight:bold;
	line-height: normal;
	}

h3 {
	font-family:Arial;
	color:#772117;
	font-weight:bold;
	}


a:link {
	font-family:Arial;
	font-size:12px;
	color:#772117;
	text-decoration:underline;
	font-weight: bold;
	}	

a:visited {
	font-family:Arial;
	font-size:12px;
	color:#772117;
	text-decoration:underline;
	font-weight: bold;
	}	

a:active {
	font-family:Arial;
	font-size:12px;
	color:#772117;
	text-decoration:underline;
	font-weight: bold;
	}	

a:hover {
	font-family:Arial;
	font-size:12px;
	color:#2c1c0f;
	text-decoration:underline;
	font-weight: bold;
	}	

	
	
.footer {
	color:#efe5cc;
	font-size:11px;
	}
	
.footer a:link {
	font-family:Arial;
	font-size:11px;
	color:#efe5cc;
	text-decoration:none;
	}
	
.footer a:visited {
	font-family:Arial;
	font-size:11px;
	color:#efe5cc;
	text-decoration:none;
	}
	
.footer a:active {
	font-family:Arial;
	font-size:11px;
	color:#efe5cc;
	text-decoration:none;
	}


.footer a:hover {
	font-family:Arial;
	font-size:11px;
	color:#efe5cc;
	text-decoration:underline;
	}
	
	
.footer-sm {
	color:#D6CCB6;
	font-size:9px;
	}
	
.footer-sm a:link {
	font-family:Arial;
	font-size:9px;
	color:#D6CCB6;
	text-decoration:none;
	}
	
.footer-sm a:visited {
	font-family:Arial;
	font-size:9px;
	color:#D6CCB6;
	text-decoration:none;
	}
	
.footer-sm a:active {
	font-family:Arial;
	font-size:9px;
	color:#D6CCB6;
	text-decoration:none;
	}


.footer-sm a:hover {
	font-family:Arial;
	font-size:9px;
	color:#D6CCB6;
	text-decoration:underline;
	}
		
	hr {
	color:#2c1c0f;
	}
	
.recipes {
	color:#FFFFFF;
	font-family:Arial;
	text-decoration: none;
	line-height:25px;

}

.recipes a:link {
	font-family:Arial;
	color:#FFFFCC;
	text-decoration: none;

}

.recipes a:visited {
	font-family:Arial;
	color:#FFFFCC;
	text-decoration: none;

}

.recipes a:active {
	font-family:Arial;
	color:#FFFFCC;
	text-decoration: none;
}

.recipes a:hover {
	font-family:Arial;
	color:#FFFFFF;
	text-decoration:underline;
}