@media screen, print {
	a:link {
		color: #999966;
		text-decoration: none;
	}	a:visited {
		color: #999966;
		text-decoration: none;
	}	a:hover {
		color: #cccc99;
		text-decoration: none;
	}
}
@media screen {
	body {
		margin: 20px 0 40px 270px;
		background-color: #ffffff;
		background-image: url("/imgs/photos.gif");
		background-repeat: repeat-y;
		font-family: georgia;
		font-size: 14px;
	}
	.toplink {
		margin-bottom: 20px;
	}
	.nav {
		margin-top: 10px;
		margin-bottom: -15px;
		margin-left: 20px;
	}
	.nav_top {
		margin: 0 5px 0 0;
		font-size: 16px;
		padding: 5px;
		border: dashed 1px #cccc99;
		background-color: #EEEECA;
	}
	.nav_top_on {
		margin: 0 5px 0 0;
		font-size: 16px;
		padding: 5px;
		border-top: dashed 1px #cccc99;
		border-left: dashed 1px #cccc99;
		border-right: dashed 1px #cccc99;
		border-bottom: solid 1px #ffffff;

	}
	.content {
		width: 560px;
		margin-top: 20px;
		padding: 20px;
		border: dashed 1px #CCCC99;
	}
	.corrections {
		background-color: #EEEECA;
		margin: 0 20px 20px 20px;
		padding: 10px;
		border: dashed 1px #cccc99;
	}
	h1 {
		font-size: 28px;
		color: #999966;
		text-transform: uppercase;
		margin: 0;
	}
	h3 {
		font size: 14px;
		color: #999966;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0;
	}
	h4 {
		font size: 12px;
		color: #999966;
		font-weight: bold;
		margin-bottom: 10px;
	}
	p {
		text-align: justify;
		margin: 0 0 10px 0;
	}	.group {
		margin-bottom: 10px;
		margin-top: 10px;
		color: #000000;
		font-weight: bold;
	}
	.group a {
		color: #000000;
	}
	.item {
		margin-left: 20px;
	}
	.ingredients {
		margin-left: 20px;
		margin-bottom: 10px;
	}
	.directions {
		margin-bottom: 10px;
	}
	.note {
		text-align: right;
		font-style: italic;
	}
	.author {
		text-align: right;
	}
	.nav_bottom {
		margin-top: 20px;
	}
	.indented {
		margin-left: 20px;
	}
}
@media print {
	body {
		font-family: georgia;
		font-size: 10pt;
	}
	.nav {
		margin-top: 0;
		width: 0px;
		text-align: center;
	}
	.nav_top {
		margin: 0;
		font-size: 0px;
		padding: 0;
	}
	.toplink {
		margin: 0;
		width: 0px;
		font-size: 0px;
		padding: 0;
	}		
	.content {
		margin-top: .5cm;
		padding: .5cm;
		border: solid 1px #CCCC99;
	}
	h3 {
		font size: 14pt;
		color: #999966;
		font-weight: bold;
		margin-bottom: .5cm;
		margin-top: 0;
	}	h4 {
		font size: 12pt;
		color: #999966;
		font-weight: bold;
		margin-bottom: .5cm;
	}	.ingredients {
		margin-left: .5cm;
		margin-bottom: .5cm;
	}
	.directions {
		margin-bottom: .5cm;
	}
	.note {
		text-align: right;
		font-style: italic;
	}
	.author {
		text-align: right;
	}
	.nav_bottom {
		color: #ffffff;
		font-size: 0px;
	}
	.nav_bottom a {
		color: #ffffff;
	}
}