body {
      background-image: url(/jp/images/lightgray.jpg);
      background-color: #FFFFFF;
      overflow-x: hidden;  /* 7-13-2010 hide the horizontal scollbar in IE */
      margin: 0px 0px 0px 0px;
}

.html  {
        overflow-x: hidden;  /* 7-13-2010 hide the horizontal scollbar in IE */
}

A:link, 
A:active  { color:#000000; text-decoration: none; } 
A:visited { color:#660000; text-decoration: none; }
A:hover   { color:#6666FF; text-decoration: underline; }

/* 7/13/2010 - used by category menu on the top of each recipe page */
.navigation a:link,
.navigation a:active,
.navigation a:visited { color: #003366; font-weight: normal; text-decoration: none; }
.navigation a:hover   { color: #660033; font-weight: normal; text-decoration: underline; }

td {
      border:0;
      font-weight: normal; 
      font-family: "MS PGothic", Arial, sans-serif;
      font-size: 75%;  /* approx. 12px */
      color: #000000;
      line-height: 185%;  /* approx. 22px */
}

/* 5/12/2011 - used by the Japanese recipe index: index1.html to style categories */
.title { font-weight: bold; color: #336699 }

.new {
      background-color: #333399;
      color: #FFFFFF;
}

