body{
    background-color: rgb(136, 136, 206);
    background-image: url(maca.png);
    background-image: repeat-x;
}
#glavni{
    background-color:black;
    width: 700px;
    height:auto;
    text-align: center;
    padding-top: 50px;
    margin: auto;
}
#izbornik {
    width: 500px;
    height: 60px;
    background-color: rgb(136, 136, 206);
    color: white;
    margin: auto;
    text-align: center;
}
#sadrzaj {
    color:white;
    background-color:  rgb(136, 136, 206);
    width: 500px;
    height: auto;
    margin: auto;
}
.linkovi {
    width: 100px;
    height: 35px;
    float: left;
    padding-top: 15px;
    
}
.linkovi:hover{
    background-color: white;
    color: black;
}
a{
    text-decoration: none;
}
.visited{
    width: 100px;
    height: 35px;
    float: left;
    padding-top: 15px ;
}
.visited:visited{

    color: black;

}
.active{
    width: 100px;
    height: 35px;
    float: left;
    padding-top: 15px ;
}
.active:active{
    color: black;
}