body{
    background-color:white;
}
div.j{
    background-image: linear-gradient(rgb(238, 253, 255), white);
}
div.k{
    background-image: linear-gradient(rgb(255, 255, 255), rgb(219, 255, 226));
}
a:hover {
    background:rgb(187, 233, 255);
}
li.div{
    list-style-type:decimal;
    text-align:center;
    line-height:1.5;
    font-size:18px;
}
li{
    list-style-type:decimal;
    text-align:center;
    line-height:1.5;
    font-size:18px;
}
a{
    font-weight:900;
    color:rgb(0, 0, 0);
}
a:hover {
    background:rgb(255, 154, 247);
}
h1{
    font-size:10px;
    text-align:center;
}
h2{
    font-weight:900;
    font-size:20px;
    text-align:center;
    margin-top:90px;
}
.b h2{
    font-family:sans-serif;
    font-size:18px;
    line-height:2;
    text-transform:uppercase;
    color:black;
    margin-top:0px;
}
h3{
    line-height:0.5;
    font-size:18px;
    font-weight:200;
    text-align:center;
}
h4{
    text-align:center;
    font-family:arial;
    font-size:15px;
}