
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.botnav {
  overflow: hidden;
  background-color: #333;
  color: whitesmoke;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.imgauto {
    /**/
    display: block;
    margin-left: auto;
    margin-right: auto;    
    width: 75%;
}
.imgsmall {
  /**/
  width: 236px;
  height: 200px;
  float: left;
  margin-right: 15px;
}
.catslink {
  color: #73AD21;
  background-color: #333;
  text-decoration: none;
}




/* */
/* EOF */
