
        a{
            color:blue;
            font-family: verdana;
            
            font-size:16pt;
            font-weight: bold;
            text-align: left;
         
       
            }
         a:link, a:visited
                {
                    text-decoration: none;
                    }
         a:hover{
                background: magenta;
              }
        
         .coupon1,.coupon2,.coupon3{
                 color: red;
                 font-size: 16pt;
                 }
   
         
         table, th, td {
             border: 1px solid black;
             
          }
    thead, tbody, tfoot{
         display: block;
         }
         
         table, th, td {
             border: 1px solid black;
             
          }
          tbody{
             
              width: 100%;
              overflow: auto;
              overflow-y: auto;
              overflow-x: hidden;

          } 
          tfoot{
                        width: 100%;
          }
      
      
             thead,tfoot{
                 background-color:black;
              
                 }
          body{
                 position: center;
                 background-image:repeating-linear-gradient(black,grey 40%, white 100%); 
                opacity: 1; 
                }
         
               *{
                   margin: 0px;
                   padding: 0xp;
                   font-family: "montserrat",sans-serif;
                 }
          
                .gam{
                    color: #B8860B;

                    font-size: 16pt;
                    font-weight: bold;
                    }
                h1,h3{
                background-image:repeating-linear-gradient(black,grey 40%, white 100%);
             text-align: center;
             font-family: Times, "Times New Roman", Georgia, serif;  
             color: #000000;
             font-size: 18pt;
              font-weight: bold;
                }
          th p{
                        background-image:repeating-linear-gradient(black,grey 40%, white 100%);
                        
        }
          
        h2{
                    background-image:repeating-linear-gradient(black,grey 40%, black 100%);
                    text-align: center;
                    color: white;
                    font-family: Times, "Times New Roman", Georgia, serif;
                    font-size: 18pt;
                    font-weight: bold;
                    text-decoration: none;
        }
         a h3{
           
           color:blue;
           }
        p{
                     background-image:repeating-linear-gradient(black,grey 40%, black 100%);
                    text-align: center;
                    color: white;
                    font-family: Times, "Times New Roman", Georgia, serif;
                    font-size: 16pt;
                    font-weight: bold;
                    width: 100%;
                    
        } 
     
        
        
      
     
/* The container <div> - needed to position the dropdown content */
/*.dropdown {
  position: relative;
  display: inline-block;
}*/

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
         
         
         
         
         
         