﻿body 
{
    
}
.row1 {
float: left;
height: auto;
margin-bottom: 20px;
margin-top: 5px;
width: 750px;
}
.heading {
background-color: #4EC7F0;
border-bottom: 1px solid #4EC7F0;
border-bottom-left-radius: 6px 6px;
border-bottom-right-radius: 6px 6px;
border-left: 4px solid #4EC7F0;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
color: white;
float: left;
font-family: 'Times New Roman';
font-size: 18px;
font-weight: bold;
height: 20px;
margin-bottom: 10px;
padding: 6px;
text-transform: uppercase;
width: 98%;
text-align:center;
}

.heading1 {
background-color: #042E03;
border-bottom: 1px solid #042E03;
border-bottom-left-radius: 6px 6px;
border-bottom-right-radius: 6px 6px;
border-left: 4px solid #042E03;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
color: white;
float: left;
font-family: 'Times New Roman';
font-size: 18px;
font-weight: bold;
height: 20px;
margin-bottom: 10px;
padding: 6px;
text-transform: uppercase;
width:700PX;
text-align:center;
}


