@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(img/printbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#recipe {
	height: 100%;
	width: 600px;
	padding-top: 40px;
	padding-left: 75px;
}

.titlelinks {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	color: #990000;
	text-decoration: underline;
}

h1 {
	font-size: 25px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 0.01Sem;
	word-spacing: 0.02em;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 0.01em;
	word-spacing: 0.02em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

ul {
	list-style-image: url(images/bullet3.gif);
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}

p {
	text-indent: 20px;
	text-align: justify;
	background-color: #FFFFFF;
}
