body{
    background-color:rgb(163,163,230);
    background-image: url(silueta.png);
 background-repeat: repeat-x;
}
#glavni{

    background-color: white;
    width: 700px;
    height: 600px;
    text-align: center;
    padding-top: 50px;
    margin: auto;

}
#izbornik{
    width: 500px;
    height: 50px;
    background-color: rgb(163,163,230);
    margin: auto;
    color: white;
    margin: auto;
}
.linkovi{
    width: 100px;
    height: 35px;
    float: left;
    padding-top: 15px ;
    color: white;

}
.visited{
    width: 100px;
    height: 35px;
    float: left;
    padding-top: 15px ;
}

.visited:visited{
    color: red;
}

.active{
    width: 100px;
    height: 35px;
    float: left;
    padding-top: 15px ;
}

.active:active{
    color: blue;
}


.linkovi:hover{
    background-color: rgb(100,100,159);
    color: white;
}

a{
    text-decoration: none;
}