body {
   margin-left: 5%;
   margin-right: 5%;
   margin-bottom: 5%;
   background-color: #EDEDED;
   }

h1 {
   }

h2 {
   font-size: 36pt;
   color: blue;
   }

h3 {
   font-size: 24pt;
   color: blue;
   text-align: center;
   }

h4 {
   }

h5 {
   }

h6 {
   }

p {
   text-indent: 40px;
   text-align: justify;
   font-size: 20pt;
   }

p.home {
   text-align: center;
   font-size: 24pt;
   }

p.footer {
   text-indent: 0px;
   text-align: left;
   font-size: 8pt;
   font-style: italic;
   }

p.gallery {
   font-size: 20pt;
   }

p.event {
   text-indent: 0px;
   text-align: justify;
   font-size: 16pt;
   }

td.menu {
   background-color: white;
   }

td p {
   text-indent: 0px;
   font-size: 14pt;
   text-align: center;
   }

*.center {
   text-align: center;
   }

dl {
   }

dt {
   }

ul {
   list-style-type: disc;
   }

li {
   }

a {
   }

a:visited {
   }

img {
   margin-right: 2%;
   margin-left: 2%;
   }