body {
    margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	font-family: sans-serif;
  }
h1, h2, h3, h4 { 
  color: blue; font-weight: bold; font-family: sans-serif; text-align: left; background-color: white;
  }
h1 { 
	text-align: center;
	font-size: 24px;
	}
h2 { 
	text-align: center;
	font-size: 20px;
	}
h3 { 
	text-align: left;
	font-size: 18px;
	color: red;
	}
h4 { 
	text-align: left;
	font-size: 16x;
	color: red;
	}
blockquote { 
    font-style: italic; 
	background-color: white;
	}
sup { font-size: .75em;}
sub { font-size: .75em;}
a:link    {color: blue; text-decoration: underline; background-color: white;}
a:visited {color: purple; text-decoration: underline; background-color: white;}
a:active  {color: red; text-decoration: underline; background-color: white;}
a:hover   {color: gray; text-decoration: underline; background-color: white;}
 
a img {border: 0px;}
img {border: none;}
table {
	margin-left: 10px;
	background-color : white;
	}
tr {
	background-color: white;
	}
td {
    padding: 2px;
	background-color: white;
	}
hr {
	color: red; background: red; border: 0; height: 1px;
	}
/* Class selectors */
.concentration {
    font-weight: bold;
	}
.directions {
    font-weight: bold;
	}
.discount {
    font-weight: bold;
	}
.digest {
    color: blue; 
	font-weight: bold;
	font-family: verdena, arial, sans-serif;
	font-size: 200%;
	background-color: white;
	text-align: center
	}
.ind-blue {
    color: blue;
	text-indent:18px; 
	text-align: justify; 
	font-style: italic;
	background-color: white;
	} /* 1st line is indented */
.ind {
    text-indent:18px; 
	text-align: justify; 
	background-color: white;
	} /* 1st line is indented */
.label {
    font-weight: bold;
	}
.msds {
    font-weight: bold;
	}
.note { 
    color: blue; 
	font-weight: bold; 
	background-color: white;}
.ph {
    font-weight: bold;
	}
/* . red below used mostly in navigation column */
.red {
    color: red; 
	font-weight: bold;
	font-family: verdena, arial, sans-serif;
	font-size: 11px;
	background-color: white;
	}
.small {font: 0.75em "Trebuchet MS", Verdana, Arial, sans-serif; background-color: white;}
.smallColor {
    font: 0.75em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: blue;
	background-color: white;
	}
.warning { color: red; font-weight: bold; background-color: white;}

/* Below class selector rules for navigation (nav) table only */
a.nav:link    {color: #ffffff; text-decoration: none;}
a.nav:visited {color: #ffffff;text-decoration: none;}
a.nav:active  {color: #ffffff; text-decoration: none;}
a.nav:hover   {color: #999999; text-decoration: none;}

body.nav {
    margin: 0px;
	padding: 0px;
	background-color: #222160;
	color: white;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-image: url(images/menuback.jpg);
  }
table.nav {
	border: 0;
    margin-left: 10px;
	color: white;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/menuback.jpg);
  }
   
tr.nav, td.nav {
	background-image: url(images/menuback.jpg);
}

td.nav {
   padding: 2px;
   }  


/* rules for catalog pages */
table.cat_order  {
   border: 1px solid black;
}

table.cat_order td, th  {
      border: 1px solid black;
      margin: 2em;
}