
body{
    background-color: grey;
}

h1{
    color: black;
}

#glavni{
    background-color: white;
    width: 500px;
    height: 250px;
    text-align: center;
    margin: auto;
}

#izbornik{
    width: 400px;
    height: 50px;
    background-color: grey;
    margin-left: 50px;
}

#sadrzaj{
    background-color: rgb(255, 255, 255);
    width: 400px;
    height: 50px;
    margin-left: 50px;
    margin-top: 50px;
}

.link{
    border: 1px solid black;
    width: 98px;
    height: 33px;
    float: left;
    padding-top: 15px;
}

a {
    color: black;
    text-decoration: none;
    size: 20px;
}

a:visited {
    color: lightblue;
}

a:hover {
    color: pink;
}

a:active {
    color: coral;
}


p {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.treca {
    color: pink;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}