html{
    font-family:"tahoma", serif;
}
body{
    background-color: #B6F0BF;
}
h1{
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    color: #FFFFFF;
    text-align: center;
}
h2{
    color: #0E1B9C;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
}
h3{
    color: #0E1B9C;
    font-size: 24px;
    text-align: left;
    text-decoration: strong;
}
h4{
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    color: #000000;
    text-align: center;
}
h5{
    color:#1a1a1a;
    font-size: 16px;
    text-align: center;
}
h6{
    color:#800000;
    font-size: 16px;
    text-align: center;
    text-decoration: strong;
}
th{
    padding-left: 20px;
    padding-right: 20px;
}
p{
    color: #191F5A ;
}


}
