<style>
body {
    background-color: #F7FF9F9;
    width: auto;
}
#b1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(220,220,220);
    height: 900px;
}
    a:link {
         text-decoration: none;
} 
    a:link {
         color: rgb(231,0,23);

}
    a:visited {
         color: rgb(231,0,23);
}
    a:hover {
         color: rgb(220,220,220);
}
th {
    padding-left: 20px;
    font-size: 17;
    font-weight: 5;
    color: red;
}
td {
    padding-left: 20px;
    font-size: 14;
    font-weight: normal;
    color: white;
}

.nav1 {
    float: right;
    font-size:20;
    font-weight:bold;
    padding-right:30px;
}


.hdr1 {
   border-top: 14px solid rgb(220,220,220);
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   height: 200px; 
   max-width: 1000px;
   min-width: 1000px;
   background-color: rgb(0,0,0);
}

.hdr1b {
   min-width: 1000px;
   border-top: 2px solid rgb(220,220,220);
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   height: 100px; 
   width: 1000px;
   background-color: rgb(0,0,0);
}


.hdr2 {
   min-width: 1000px;
   max-width: 1000px;
   margin-top: 0px;
   margin-bottom: 0px;
   height: 50px;
   margin-left: auto;
   margin-right: auto;
   background-color: rgb(0,0,0);
   color: rgb(220,220,220);
   font-size: 17px;
   border-bottom: 0px solid rgb(220,220,220);
}
.menuhdr1 {
   height: 52px;
   line-height: 1.3;
   width: 180px;
   margin: auto;
   background-color: #23CE6B;
   text-align: center;
   font-weight: bold;
   vertical-align: middle;
}
.menuhdr2 {
   height: 52px;
   line-height: 1.3;
   width: 210px;
   margin: auto;
   margin-bottom: 30px;
   background-color: #23CE6B;
   text-align: center;
   font-weight: bold;
   vertical-align: middle;
}
.menuhdr3 {
   height: 52px;
   line-height: 1.3;
   width: 350px;
   margin: auto;
   margin-bottom: 30px;
   background-color: #23CE6B;
   text-align: center;
   font-weight: bold;
   vertical-align: middle;
}
    
div#d1 {
   height: 1250px;
   width: 1000px;
   margin-top: 2px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   background-color: rgb(0,0,0); 
   color: rgb(231,0,23);
   background-repeat: no-repeat;
}

.coupon {
   margin: 50px 50px 20px 50px;
   float: left;
   height: 160px;
   width: 350px;
   text-align: center;
   background-color: #23CE6B;
   color: blue;
   border-style: dotted;
   border-width: 5px;
   border-color: yellow;
}
.coupon1 {
   margin: 50px 50px 20px 50px;
   float: left;
   height: 160px;
   width: 350px;
   text-align: center;
   background-color: white;
   color: red;
   border-style: dotted;
   border-width: 5px;
   border-color: red;
}
.coupon2{
   margin: 50px 50px 20px 50px;
   float: left;
   height: 160px;
   width: 350px;
   text-align: center;
   background-color: yellow;
   color: blue;
   border-style: dotted;
   border-width: 5px;
   border-color: red;
}
.coupon3{
   margin: 50px 50px 20px 50px;
   float: left;
   height: 160px;
   width: 350px;
   text-align: center;
   background-color: yellow;
   color: red;
   border-style: dotted;
   border-width: 5px;
   border-color: red;
}
.coupon4{
   margin: 50px 50px 20px 50px;
   float: left;
   height: 220px;
   width: 350px;
   text-align: center;
   background-color: rgb(250,250,250);

   color: blue;
   border-style: dashed;
   border-width: 4px;
   border-color: red;
}
.coupon5{
   margin: 50px 50px 20px 50px;
   float: left;
   height: 160px;
   width: 350px;
   text-align: center;
   background-color: rgb(250,250,250);
   color: blue;
   border-style: dotted;
   border-width: 5px;
   border-color: blue;
}
.darkspace {
   height: 10px;
   width: 1000px;
   background-color: black;
}
</style>
