body{
    background-color: cadetblue;
}
li{
    font-size: 25px;
    color: rgb(77, 57, 6);
}
#id{
    color: red;
    font-size: 30px;
}
.klas{
    color: black;
    font-size: 35px;
}
#izbornik{
    color: black;
    text-decoration: none;
    font-size: 34px;
}
a{
    text-decoration: none;
    color: bisque;
}
a:hover{
    color: chartreuse;
}
a:active{
    color: brown;
}
a:visited{
    color: darkblue;
}
table{
    border-collapse: separate;
    border-spacing: 5px;
    border: solid violet;
    border-top: solid 5px violet;
    border-bottom: solid white;
    border-left: solid palevioletred;
    border-right: double rebeccapurple;
    width: 100%;
}
th{
    height: 70px;
    text-align: left;
}
ul{
    list-style-image: url(../img/slia.jfif) 20px;
}
ol{
    background-color: red;
    padding: 20px 40px;
}
ol li{
    background-color: blue;
    margin: 5px;
}
ul{
    list-style-position: inside;
}
#boja{
    background-color: crimson;
    background-image: url(../img/8iznLzMbT.jpg) ;
    background-size: 300px;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
