body {
    background-color: brown;
}

h1,
h2,
h3 {
    color: orange
}

ul li a {
    font-size: 30px;
}

.yellow {
    color: yellow;
    font-size: xx-large;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p .pink a {
    font-size: 50px;
    color: pink;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
}

.crveno {
    background-color: red;
    color: white;
}


.boja {
    color: white;font-size: larger;
}

.boja:active {
    color: rgb(81, 255, 0); font-size: larger;
}

.drugaklasa {color: white; font-size: larger; }
.drugaklasa:hover {color: rgb(40, 255, 43);}

.link {
    color: rgb(255, 255, 255); /* Plava za neposjećene linkove */
    text-decoration: none; /* Bez podvlačenja */
}

.link:visited {
    color: rgb(255, 0, 247); /* Ljubičasta za posjećene linkove */
}
