
  h1   { color: #cc9922;
         text-align: center;
         font-family: times, serif;
         font-size:36px;
       }

  h2   { color: #ff2222;
         font-family: times, serif;
       }
  
  h3   { color: #cc9922;
         font-family: times, serif;
       }
  
  body { text-align: justify;
         margin-left: 20%;
         margin-right: 20%;
         font-family: serif ;
         font-size: 12px;
       }
  td { font-size: 12px; }

  #note     { border: 1px solid black;
              width: 60%;
              position: relative;
              left: 20%;
              text-align: center;
              background-color: #cc9922;
            }
  
  #clubname { font-family: times, serif;
              font-style: italic;
              text-align: center;
            }

