body{
    background-color: #F5F5DC;
}

#glavni{
    background-color: #4CAF50 ;
    width: 500px;
    height: 700px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}

#izbornik{
    background-color: #2F4F4F;
    width: 400px;
    height: 50px;
    margin-left: 50px;

}

#sadrzaj{
    background-color: #2F4F4F;
    width: 400px;
    height: 450px;
    margin-left: 50px;
    margin-top: 50px;
}

.link{
    border: 1px solid black;
    float: left;
    width: 98px;
    height: 33px;
    padding-top: 15px;
    text-decoration: none;
}

.link:hover{
    background-color: #4CAF50;
}

.link:visited{
    color: aquamarine;
}