a:link {color: #294b29;}
a:visited {color: #851185;}
a:hover {color: #ff0000}
a:active {color: #00bb00;}

body {
    background-color: rgb(140, 175, 189);
    font-family: "Arial", "Times New Roman";
}

h1 {
    color: rgb(209, 110, 110);
    text-align: center;
    font-size: 40px;
}
h2 {
    text-align: center;
    color: rgb(0, 1, 53);
}
tr:nth-child(odd){background-color: rgb(31, 197, 40);}
tr:nth-child(even){background-color: rgb(25, 216, 216);}
table {
    text-align: left;
    color:rgb(80, 82, 107);
    font-size: 30px;
    border: 1px solid black;
    background-color:silver;
}

th,td{ 
    border: 1px solid black;
    padding: 10px,10px,10px,10px; 
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
p{
    text-align: center;
    color:darkslateblue;
    font-size: 20px;
}
div p{
    text-align: center;
    color: darkslateblue;
    font-size: 20px;
}

li { text-align: center; }

ol { list-style-type: upper-roman; }