/* Include the common style statements first :-) */
@import "common.css";
/*-------------------------------------------------------------------*/

.pics {text-align: center;
       width: auto;
       padding: 1em 0.1em;
      }
a.button {border: 2px #999 outset;
          padding: 0.1em 0.5em 0.1em 0.5em;
          margin: 0.5em;
         }
a.button:hover {
                border: 2px #aaa inset;
                text-decoration: none;
               }

