/* Unvisited Link */
a:link{
    text-decoration:none;
}

/* Container */
.cont{
    padding-top:80px;
    padding-bottom:80px;
    text-align:center;
    font-family: "Times New Roman", Times, serif;
}

.header{
    margin-top:10px;
    color:orangered;
}

.bg-1{
    background-color:#E6E6FA;
}

.bg-2{
    background-color:#FFFFF0;
}

.para{
    text-align:justify;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.175em;
}

.clr{
    /* MidnightBlue  */
    color:#191970;
}

