html, body, form, div, p, th, td, dd 
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0
  }
td.bluebox
  {
  border: 4px solid #0164A6;
  background-color: #C5DFF0;
  padding: .5em;
  width: 200px
  }
td.mybabies
  {
  border: 1px solid #0164A6;
  background-color: #E9F6FF;
  padding: .5em;
  }
td.articles
  {
  border: 1px solid #0164A6;
  padding: .5em;
  }
td.article_header
  {
  border: solid #0164A6;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0px;
  border-right-width: 1px;
  background-color: #ccc9b2;
  }
td.beigebox
  {
  border: 4px solid #0164A6;
  background-color: #CCC9B2;
  padding: .5em;
  width: 200px;
  }
td.navtop
  {
  border-top: 4px solid #0164A6;
  background-color: #CCC9B2;
  }
td.availableheader
  {
  background-color: #CECECE;
  }
td.availableswitch
  {
  background-color: #EAEAEA;
  }
td.backgroundimage
  {
  background-image: url(/shared_images/background.gif); 
  background-repeat: repeat-y;
  }
.header
  {
  color: #0164A6;
  font-weight: bold
  } 
.section_header
  {
  font-size: large;
  font-weight: bold;
  color: #0164A6
  }
.subsection_header
  {
  color: #0164A6;
  font-weight: bold;
  font-size: medium
  }
.bold_white
  {
  font-size: small;
  font-weight: bold;
  color: #FFFFFF
  }
.text_nav
  {
  font-size: x-small
  }
.copyright
  {
  font-size: x-small;
  color: #989898
  }
.price
  {
  color: #FF0000;
  font-weight: bold
  }
.bold
  {
  font-weight: bold
  }
.sale
  {
  font-style: italic;
  color: #FF0000
  }
input
  {
  font-size: small;
  font-family: verdana, arial, helvetica, sans-serif;
  }
A:link 
  {
  text-decoration: none;
  color: #0164A6
  }
A:visited 
  {
  text-decoration: underline;
  color: #62615A
  }
A:active 
  {
  text-decoration: none;
  color: #0AAB65
  }
A:hover 
  {
  text-decoration: underline; 
  color: #FE3E6F
  }
ul.navlist 
  { 
  list-style-type: none;
  margin: 0;
  padding: .5em;
  }
