body {
	background: #ffffcc; 
	margin-top: 10px; 
	color: #000000;
	font-family: serif; 
	}
	
.ingredients {
	padding: 3px;
	background: #ffcc66;
	}

TABLE.ingredients {
	width: 600px;
	}

TH.ingredients {
	text-align: right;
	font-family: verdana, sans-serif;
	font-weight: normal;
	width: 175px;
	font-size: 90%;
	}
	
.bar {
	padding: 1px;
	background: #ffcc66;
	font-family: verdana, sans-serif;
	font-weight: normal;
	}

TABLE.bar {
	width: 600px;
	}

A:link.bar {
	text-decoration: none;
	color: #990000; 	
	font-size: 80%;
	}
A:visited.bar {
	text-decoration: none;
	color: #990000; 
	font-size: 80%;
	}
A:active.bar { 
	text-decoration: underline overline;
	color: #ff6600; 
	} 
A:hover.bar { 
	text-decoration: underline overline;
	color: #ff6600; 
	}
	
.index {
	font-family: verdana, sans-serif;
	}

A:link {
	text-decoration: underline;
	color: #990000; 
	} 
A:visited {
	color: #990000; 
	}
A:active { 
	color: #ff6600; 
	} 
A:hover { 
	color: #ff6600; 
	}

H1, H2, H3 {
	color: #000000; 
	font-family: verdana, sans-serif;
	text-align: left;
	font-weight: normal;
	} 
