*{
    font-family:Calibri;
}

body{
    margin: 48px 48px;
    margin-left:96px;
    margin-right:96px;

}

a{
    font-size:12pt;
}

hr {
    color: rgb(0, 92, 122);
}

#main_heading {
    font-size: 14pt;
    color: rgb(0, 92, 122);
    font-weight:bold;
    text-align:center;
}

.heading{
    font-size:12pt;
    color:rgb(77, 181, 195);
    font-weight:bold;
    text-align:left;
}

.sub_heading{
    font-size:12pt;
    color:rgb(0,112,192);
    text-align:left;
}
.para_style{
    font-size:12pt;
    color:black;
    text-align:justify;

}

ul{
    list-style-type:disc;
    text-align:justify;
}
li{
    text-align:justify;
}

.sub_heading1 {
    font-size: 12pt;
    color: black;
    font-weight:bold;
    text-align: left;
}

.hr_style{
    color:black;
    
}

.text_center{
    text-align:center;
}

.text_left{
    text-align:left;
    padding: 0px 5px;
}

button {
    height: 30px;
    width: 100px;
    background-color: white;
    border: 2px solid black
}

.sub_ul {
    list-style-type: circle;
    text-align: justify;
}

.sub_li {
    text-align: justify;
}


.bold{
    font-weight:bold;
}

ol {
    text-align: justify;
}

sup{
    font-size:small;
}

sub{
    font-size:small;
}