
body{
    /*background-color: rgb(74, 217, 136);*/
    color: black;
    font-family: Arial, Helvetica, sans-serif;

}
th{
    background-color: rgb(105, 247, 228);
    color: azure;
    padding: 10px;
}

 td {
    border: 1px solid rgb(255, 77, 70);
  padding: 8px;
}
a:hover{
    text-decoration: none;
    font-style: italic;
}
a:visited {
    color:rgb(75, 70, 226);
}

ol li {
    list-style:upper-roman;

}