
body { font-family: sans-serif;
       background-color: beige
     }

p.welcome { text-align: center;
            font-size: large
          }

p.caption { text-align: center
          }

p.ending { text-align: center;
           clear: both
         }

p.image > img { padding: 15px;
                border-style: solid;
                border-color: black;
                border-width: 3px
              }

ul.leftlinks { float: left;
               list-style-type: none;
               margin-top: 3%
             }

ul.rightlinks { float: right;
                list-style-type: none;
                margin-top: 3%;
                margin-right: 12%;
                text-align: right
              }

form { margin-top: 8%;
       font-size: smaller
     }

form > p { text-align: center
         }

