   .border {
   border-width: 2px;
   border-style: solid;
   border-color: #FF6600;
   border-radius: 25px, 25px;
   padding: 5px;
   }
   .navbar {
   color: #FFCC00;
   background-color: #FF6600;
   padding: 10px;
   }
   .paddedcell {
   padding: 5px; 
   }
   .bold-italic {
   font-weight: bold;
   font-size: 10pt;
   font-style: italic;
   font-family: sans-serif;
   }
   .bold {
   font-weight: bold;
   font-size: 10pt;
   font-family: sans-serif;
   }
   .indent {
   padding-left: 50px;
   }
   .logo {
   font-weight: bold;
   font-family: sans-serif;
   }
   .outlined {
   border-width: 1px;
   border-style: solid;
   border-color: #000000;
   font-family: sans-serif;
   }
   td.heading {
   text-align: center;
   font-size: 16pt;
   font-weight: bold;
   font-family: sans-serif;
   }
   p {
   text-align: center;
   font-size: 10pt;
   font-style: italic;
   font-family: sans-serif;
   }
   a {
   font-weight: bold;
   }
   a:link {
   color: #FFCC00;
   text-decoration: none;
   }
   a:visited {
   color: #FFCC00;
   text-decoration: none;
   }
   a:hover {
   color: #000000;
   text-decoration: underline;
   }
   a:active {
   color: #000000;
   text-decoration: underline;
   }
   a:link img {
   border-style: none;
   }

   div.catering {
   text-align: center;
   font-family: sans-serif;
   font-size: 12pt;
   font-weight: bold;
   }
   div.giants {
   text-align: center;
   font-family: sans-serif;
   font-size: 16pt;
   font-weight: bold;
   }
   span.giants_big {
   font-size: 22pt;
   }
   span.giants_big_underline {
   font-size: 22pt;
   text-decoration: underline;
   }
   span.catering {
   font-size: 16pt;
   }

   div.site_rental {
   padding-left: 25px;
   font-weight: bold;
   font-size: 12pt;
   font-family: sans-serif;
   }

   div.special {
   text-align: center;
   font-size: 14pt;
   font-family: sans-serif;
   font-weight: bold;
   }

   div.special_heading {
   text-align: center;
   font-size: 18pt;
   font-style: italic;
   font-weight: bold;
   font-family: sans-serif;
   }
