html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}

@page {margin-left:1.5cm;
      margin-top:2cm; }
    
body {
	line-height: 1;}
    
blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote.boxout {padding:1em;
                  margin:1em 8em 2em 3em;
                  border-style:solid;
                  }
                  
.boxout h1 {font-size:1em;
           font-family:Verdana,Arial,sans-serif;
           color:#000;
           }

.boxout p {font-size:0.9em;
           font-family:Verdana,Arial,sans-serif;
           line-height:1em;
           color:#000;
           }

.citations ol li {page-break-inside:avoid; }

/*end css reset  "Times New Roman", */

body {
  color : #000000;
  background : #ffffff;
  font-family : Arial, sans-serif;
  font-size : 70%;
  width:100%;
}

a {
  text-decoration : underline;
  color : #0000ff;
  }

#header {color:#000; }

#header h1 {margin-left:0;
        margin-top:1em;
        font-size:2em;}

#header h2 {margin-left:0; 
        font-size:1.2em;}

#nav, #sidebar, #footer {
   display: none;}

#content {background-color:transparent; 
         padding:0px;
         margin:0px;
         width:17cm;
         }   

p  {font-size:1em;
    line-height:1.1em;
    margin-bottom:0.5em;
    margin-top:0.5em;}
h3 {font-size: 1em;}
h4 {font-size:1em;}

em{font-style:italic;
   color:blue; }


dl {color : #000000;
   background : #ffffff;
   font-family : verdana,arial,sans-serif;
   margin: 15px 0;
   padding: 15px;
   border-top: 1px dotted #ccc;
   border-bottom: 1px dotted #ccc;
   }

dl:after { /*clears float*/
                    content:".";
                    display:block; 
                    height:0;
                    clear:both;
                    visibility:hidden;
                    }

dl dt {margin: 0 0 .5em 0;
      font-family:Georgia, serif;
      font-size: 1.1em;
      font-weight:500;
      color:#000;
      }

dl dt img {float:left;
           margin: 0 10px 0 0;
           padding: 5px;
           background:#fff;
           width:80px;
           height:auto; 
           }

dl dd {margin-left:0;
       margin-right:30px;                       
       font-size:1em;
       line-height:1.3em;
       color:#000;
       text-align:left;
       }
       
dl.ingredients dt img{margin:0 25px 0 0;
               width:150px;}

dl.ingredients dd {margin-left:185px; }

dl.ingredients {margin-top:0;
               border-top:none; }
            