body    {
        background-color: #dedede;
        }

h1      {
        display: block;
        font: 5em Brush Script MT, cursive;

        margin-top: 0.2em;
        margin-bottom: 0.2em;
        margin-left: 0;
        margin-right: 0.5;
        font-weight: bold;
        color:#228b22;
        }

h2      {
        display: block;
        font-size: 1.4em;
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color:#19236b;
        }

h3      {
        display: block;
        font-size: 0.9em;
        margin-top: 0.07em;
        margin-bottom: 0.07em;
        margin-left: 0;
        margin-right: 0;
        font-weight: bold;
        color:#19236b;
        }

p       {
        font-size: 1.0em;
        margin-top: 0.07em;
        margin-bottom: 0.07em;
        margin-left: 0;
        margin-right: 0;
        color:#19236b;
        }

button  {
        background-color: #ffffff;
        border: 2px solid #336699;
        border-radius:8px;
        color: #19236b;
        padding: 2px 2px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        margin: 2px 2px;
        cursor: pointer;
        }

button2  {
        background-color: orange;
        border: 1px solid green;
        border-radius:10px;
        color: orange;
        padding: 1px 1px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 10px;
        margin: 1px 1px;

         }

  table
    {
      /*  border:1px solid black;
        width:100%;
        height:300px;
        border-collapse:collapse; */
    }
/*    table tbody
    {
        border:1px solid red;
    }   */
    table td
    {
        background:#ffffff;
        padding:0px;
       border-bottom:0px solid green;
        height:10px;
    }

.footer {
         padding: 10px;
         text-align: left;
         background: #dedede;
         margin-top: 12px;
         font-size:  0.8em
        }

.header {
         padding-top: 0px;
         padding-right: 0px;
         padding-bottom: 20px;
         padding-left: 0px;
         font-size: 15px;
         text-align: right;
         background: #ffffff;
         background-image: url("../images/limelight.jpg");
         background-size: 1800px ;
         background-repeat: no-repeat;
         opacity: 0.5;
        }