* {
  border-style: none;
  color: black;
  font-family: Times, Georgia, Palatino, MS Serif, New York, serif;
  font-size: 11pt;
}
body, form * {
  background-color: #ffffff;
}
td {
  vertical-align: top;
}
#recipe #top {
  padding-bottom: .2in;
}
#recipe #left {
  border-right: 1px solid #000000;
  padding-right: 1em;
}
#recipe #right {
  padding-left: 1em;
}
td#star {
  color: #005500;
  font-weight: bold;
  font-size: 14pt;
}
#recipe li {
  text-align: justify;
  padding-top: .2em;
  padding-bottom: .2em;
}
#rating {
  width: 20em;
  padding: 0;
  margin: 0;
}
#rating *, #rating {
  font-size: 14pt;
  font-weight: bold;
}
#rating td {
  width: 7em;
}
#rating td+td {
  width: 12em;
}

#ingrlist tr {
  border-top: 1px solid #999;
}

#ingrlist td {
  width: 10em;
  text-align: left;
  padding .1em;
}

#ingrlist td+td {
  width: 20em;
  font-weight: bold;
  color: #005500;
  text-align: left;
  padding .1em;
}

pre, code {
  font-size: 10pt;
  font-name: Courier, Lucida Console, Monaco, monospace;
  color: #004400;
  text-align: left;
}
code {
  color: #005500;
}
a {
  color: #880000;
}
p {
  text-align: justify;
}
h1, h2, h3 {
  color: #880000;
  font-size: 20pt;
  font-weight: bold;
}
h1 {
  text-align: center;
  margin: 0.4in 3px 0.2in 3px;
}
h2 {
  text-align: left;
  font-size: 15pt;
}
h3 {
  text-align: left;
  font-size: 12pt;
}
table#content {
  background-color: #ffffdd;
  table-layout: fixed;
/*
  max-width: 8in; / * works in firefox * /
  width:expression( / * max-width in internet explorer (untested) * /
    document.body.clientWidth > (1000/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "8in":
        "auto" );
*/
  width: 8in;
  padding-right: .3in;
  padding-left: .3in;
}
html {
  font-size: 100%;
}
h1 + hr {
  margin-bottom: .2in;
}
hr {
  border: none 0;
  border-top: 1px solid black;
  width: 10px;
  height: 1px;
}
dl#linklist * { 
  font-size: 10pt;
}
dl#linklist a {
  color: #660000;
}
#sidebar * {
  font-size: 10pt;
  color: #880000;
}
#sidebar h1 {
  text-align: left;
  font-size: 12pt;
}
#sidebar h2 {
  text-align: left;
  font-size: 12pt;
}
#sidebar a {
  color: #000000;
  font-size: 10pt;
}
ul {
  padding-left: 0em;
  list-style-type: none;
}
ul ul {
  padding-left: 1em;
  list-style-type: disc;
}
ul li {
  font-weight: bold;
}
ul ul li {
  font-weight: normal;
}
#sidebar form * {
  border-width: thin;
  border-style: solid;
  color: #000000;
  padding: 1px 1px 1px 1px;
}
#sidebar form input {
  width: 10em;
}
#sidebar form select {
  width: 10em;
}
#sidebar form option {
  border-style: none;
  color: #000000;
  font-size: 10;
}
blockquote {
  border : solid #669966 1px;
  padding : 3px; 
  margin: 0.2em .2in 0.2em .2in;
}
blockquote#noborder {
  border: none;
}
.credit { text-align : right; page-break-before: avoid;
   font-family:Verdana,Arial,Helvetica,sans-serif; }
.credit small { font-size: 80%; } 
blockquote p { margin: 0; text-indent:1.5em; }
blockquote pre { margin: 0; }