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

body {
	background-color:#FFFFFF;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	margin-top: 40px;
	text-align: center;
}

.bold {
	font-weight: bold;
	padding-left: 22px;
}

.center {
	text-align: center;
}

#container {
	width:	500px;
	margin-left:  auto;
	margin-right:  auto;
	border: #FFCC66 solid;
	border-width: 2px;
	
}

#fox {
	background-image: url(zgraphics/recipes_fox.jpg);
	background-repeat:no-repeat;
	background-position: center;
	height: 140px;
	margin-top: 7px;
}

h1 {
	color: #990000;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

h2 {
	color: #990000;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

#ingredients {
     
}

.instructions {
	font-weight: bold;
	text-align: left;
	padding-right: 12px;
}

.left {
	text-align: left;
}

#recipe {
	text-align: left;
}

.subhead {
	font-weight: bold;
	padding-left: 28px;
	height: .7em;
}

#title {
	width: 500px;
	height: 34px;
}

a {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	font-style:italic;
	text-decoration: none;
	color: #996600;
}

a:active {
	text-decoration: none;
	color: #990000;
	text-align: center;
}

