h1{
    color:rgb(55, 10, 97);
    font-size: larger;
    font-family:cursive;
}
body{
    background-color: rgb(236, 168, 65);
    font-size: larger;
    font-family: 'Times New Roman', Times, serif;
}
ol.c {
    list-style-type: upper-roman;
  }
table, th, td{
    border: 2px solid;
    text-align: left;
    color: rgb(240, 240, 240);
}
th, td{
    padding: 10px;
    margin: 10px;
    color:rgb(0, 204, 255);
}
tr:nth-of-type(odd){
    background-color: rgb(51, 50, 50);
}

th{
    background-color: #860909;
    color: white;
}

h2{
    color: brown;
}
a:link{
color: blueviolet;
}
a:visited{
    color: rgb(0, 28, 119);

}
a:hover{
    background: red;
}
a:active{
    background:blue;
}
