html {
  margin:0;
  padding: 0;}

body  {
  color: black;
  font: 11px verdana, arial, helvetica;
  background-color: white;
  margin: 0;
  padding: 0;
  border: 0px;
  }

.red { color: #c00 }

.dl {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
  color: blue;
  }

a:link {color: blue;}
a:hover {color: #fc3;}
a:visited {color: purple;}
  
p {
  margin: 0;
  padding: 4px 0;
  text-indent: 0px;
  line-height: 14px;
  }

h1 {
  margin: 0; 
  padding: 3px 0 3px 0; 
  color: #336; 
  font-size: 20px; 
  text-align: center;
  width: 730px;
  }

  h2 {
  margin: 0; 
  padding: 0px 0 0 0; 
  color: #336; 
  font-size: 18px; 
  text-align: center; 
  }

h3 {
  margin: 0;
  padding: 0px 0 0 40px;
  color: #900;
  font-size: 13px;
  text-align: left;
  }
  
h4 {
  margin: 0;
  padding: 0;
  color: #a52a2a;
  font-size: 18px; 
  text-align: left;
  }

/* This is the page container 550px wide */
.dog {
  position: relative; 
  margin-top: 20px; 
  margin-right: auto; 
  margin-left: auto;
  margin-bottom: 10px; 
  width: 550px;
  background-color: white;
  border: 0px solid gray;
  }

div.dog table {
  width: 100%;
  margin: 0;
  border-top: 1px solid gray;
  }

div.dog td {
  padding: 0;
  border-width: 0;
  vertical-align: top;
  font-family: verdana, arial, helvetica;
  width: 242px;
  text-align: left;
  }

/* This contains body composition - 550px wide */  
.collars {
  float: left;
  margin: 0;
  padding: 0px 10px 0px 10px;
  background-color: white;
  width: 530px;
  border: 0px solid blue;
  text-align:center;
  }

div.collars p {
  text-align: left;
  color: #363;
  padding-top: 0px;
  text-indent: 20px;
  }

div.collars a:link {
  text-decoration: none;
  text-align: center;
  }

/* This contains body composition - 550px wide */  
.training {
  float: left;
  margin: 0;
  padding: 10px 10px 0px 10px;
  background-color: white;
  width: 530px;
  border: 0px solid blue;
  text-align: left;
  }

div.training p {
  text-align: left;
  color: #363;
  padding-top: 0px;
  text-indent: 20px;
  }


/* This contains the make_database jscript - 550px wide */
.db {
  float: left;
  margin: 0;
  padding: 10px 0px 10px 0px;
  background-color: white;
  width: 550px;
  border: 0px solid blue;
  text-align:center;
  font-weight: normal;
  }
  
/* This contains the image map on page 1 - 550px wide */
.collage {
  float: left;
  margin: 0;
  padding: 30px 0px 0px 0px;
  background-color: white;
  width: 550px;
  border: 0px solid blue;
  text-align:center;
  }
  
/* This contains the page footer - 550px wide */
.footer {
  float: left;
  margin: 0;
  padding: 0px 0px  0px 0px;
  background-color: white;
  width: 550px;
  border: 0px solid blue;
  text-align: center;
  }

