ul
{
    background-color: blue;
    border: solid black
}
ol
{
    background-color: blueviolet;
}
.special
{
    background-color: red;
}
body
{
    background-color: green;
    border: solid black
}
hr
{
    color:white
}
h1
{
    background-color: yellow;
    
}