/* CSS Document */
table, tr, td {

    border: 2px solid rgb(255,255,255);

    border-collapse: collapse;

}

tr, td {

  padding: 2px;
  text-align:justfy;
  font: white;

}
td {
  width:40px;
  
  height:60px;
}

table {

  background-repeat: no-repeat;

  background-position: center;
 
   top: 0px;
   
}

body {



  background-image: pozadi.pn;



  background-repeat: no-repeat;



  background-attachment: fixed; 



  background-size: 100% 100%;



}
ul {list-style-type: none;
  margin: 0;
  padding: 0;
  background-color:#0000FF;) ;
  overflow: hidden;}

li {float: left;}

li a {display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;}
 
 li a:hover {background-color:#3300CC;}

.active {background-color:#0066FF;} 
  
 ul {position: fixed;
  top: 0;
  width: 100%;}
  
