<style type="text/css">
<!-- //

x {
	/* placeholder for mac bug fix */
}

/* STRUCTURAL TAGS */

body {
	background-color: #D6BEA6;
	margin: 13px;
}

body, table, td, p, div {
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
}

td {
	line-height: 1.5em;
}


/* LINKS */

A, A:visited {
	color: #880000;
	text-decoration: none;
}

A:hover, A:active {
	color: #CC0000;
	text-decoration: underline;
}


/* RULES */

hr {
	color: #999999;
	height: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.rule {
	background-image: url(../images/nav/rule.gif);
	background-repeat: repeat-x;
}


/* TEXT FORMATTING */

.header {
	font-family: Georgia;
	font-size: 15px;
	color: #333333;
}

.breadcrumb {
	font-family: Georgia;
	font-size: 15px;
	color: #996633;
}

.breadcrumb_on {
	font-family: Georgia;
	color: #885522;
	font-weight: bold;
}

.title, h1 {
	font-family: Georgia;
	font-size: 26px;
	margin-bottom: 3px;
	font-weight: normal;
}

.teaser {
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
}

h2 {
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #996633;
	margin-bottom: 0px;
}

h3, h4, h5, h6 {
	font-family: Georgia;
	font-size: 16px;
}

.date {
	font-family: Georgia;
	font-style: italic;
}

.recipe {
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 5px;
}

.copyright {
	font-family: Georgia;
	font-size: 12px;
	color: #885522;
	text-align: center;
	padding: 5px;
}


/* TABLE FORMATTING */

.recipes {
	background-color: #FFEEDD;
	border: 1px solid #DDBB99;
}


/* NAV LINKS */

.footer {
	font-family: Georgia;
	color: #996633;
}

.nav {
	font-family: Georgia;
	color: #996633;
}

A.nav, A.nav:visited {
	color: #880000;
	text-decoration: none;
}

A.nav:hover, A.nav:active {
	color: #CC0000;
	text-decoration: underline;
}

.nav_on {
	color: #885522;
	font-weight: bold;
}

A.nav_on {
	color: #885522;
	text-decoration: none;
}

A.nav_on, A.nav_on:visited {
	color: #885522;
	text-decoration: none;
}

A.nav_on:hover, A.nav_on:active {
	color: #CC0000;
	text-decoration: underline;
}


// -->
</style>

