body {
  background-image: url(images/PawPrintWhiteGray.gif);
  background-color: #cccccc;
  color: #666666;
  font-family: Comic Sans MS, Georgia;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  min-width: 975px;
  max-width: 1000px;
  }
h1 {
  background-image: url(images/beige031.jpg);
  background-color: #ffebcd;
  border: thick outset #666666;
  font-size: 75px;
  padding: 20px;
  float: both;
  width: 95%;
  }
h2 {
  font-size: xx-large;
  text-align: left;
  }
h3 {
  font-size: x-large;
  text-align: center;
  }
a {
  font-style: italic;
  }


.center {
  margin-left: auto;
  margin-right: auto;
  }
 .left {
   margin-left: 0;
   margin-right: auto;
   }
.leftalign {
  text-align: left;
  }



#leftcol {
  width: 200px;
  font-size: small;
  border: thick outset #666666;
  }
#rightcol {
  width: 775px;
  background-image: url(images/lgrey005.jpg);
  background-color: #cccccc;
  border: thick outset #666666;
  vertical-align: top;
  }


table {
  margin-left: auto;
  margin-right: auto;
  }
.bluetbl {
  width: 97%;
  margin: auto;
  border: 2px outset #006699;
  background-color: #99ccff;
  }
.pinktbl {
  width: 97%;
  margin: auto;
  border: 2px outset #ff66cc;
  background-color: #ffccff;
  }
.greentbl {
  width: 97%;
  margin: auto;
  border: 2px outset #006633;
  background-color: #00cc99;
  }
.graytbl {
  width: 97%;
  margin: auto;
  border: 2px, outset, #666666;
  background-image: url(images/lgrey005.jpg);
  background-color: #cccccc;
  }



.emphasize {
  color: #ffebcd;
  font-style: italic;
  font-size: x-large;
  }
.bolditalic {
  font-style: italic;
  font-weight: bold;
  }
.smalltext {
  font-size: small;
  }
.redtext {
  color: #ff0000;
  font-style: italic;
  }
.largetext {
  font-size: large;
  }


#cornertext { 
  font-style: italic;
  font-size: medium;
  float: left;
  width: 150px;
  padding-left: 5px;
  }
#footer { 
  font-style: italic;
  font-size: small;
  margin-right: 250px;
  margin-left: 250px;
  padding: 10px;
  border: thick outset #666666;
  background-image: url(images/lgrey005.jpg);
  background-color: #cccccc;
  clear: both;
  }



.nav {
  font-size: small;
  color: #666666;
  width: 175px;
  border: thick outset #666666;
  padding-left: 5px;
  display: block;
  background-image: url(images/beige031.jpg);
  background-color: #ffebcd;
  }
a.nav:hover {
  font-weight: bold;
  }

.smallnav {
  text-size: xxx-small;
  color: #666666;
  }
a.smallnav:hover {
  font-weight: bold;
  }