body { background-color: #F3F3F3; }

.heading h1 {
    font-size: 1.5em; /* Adjust the size as needed */
    margin: 10px 0; /* Add some margin to space it nicely */
    padding: 1px; /* Add or reduce padding as necessary */
}

.heading {
   text-align: center;
   background-color: #bac3c3;
   border: 1px solid black;
}
 
.left {
   float: left;
   padding: 0px 10px 0px 0px;
   width: 190px;
   vertical-align: text-top;
}

.leftnew {
   float: left;
   padding: 0px 10px 0px 0px;
   width: 310px;
   vertical-align: text-top;
}

.middle {
   top: 10px;
   margin-left: 190px;
   margin-right: 100px;
   background-color: #fff;
   vertical-align: text-top;
}

.middlenew {
   top: 10px;
   margin-left: 310px;
   margin-right: 100px;
   background-color: #fff;
   vertical-align: text-top;
}

.right {
   float: right;
   padding: 0px 0px 0px 5px;
   width: 100px;
   vertical-align: text-top;
}

.rightnew {
   float: right;
   padding: 0px 0px 0px 5px;
   width: 100px;
   vertical-align: text-top;
}

.footer {
   padding-top: 10px;
   text-align: center;
   clear: both;
}

.fatline {
    height: 3pt;
    color: #000;
    background-color: #000;
}

pre {
   border: 2px solid;
   background-color:#fff;
}
.alignright { text-align: right; }
