table{ 
  font-weight: bold;
  font-family: "arial", arial; 
  width: 100%; 
  height:70%;
  border-collapse: collapse; 
  background-color:#112233; 
  color: white;
  text-align:center;

  
  border:15px;     
  }
  
  td.izborni{
         background-color: #336699;
		 
  
  
  }
  .dipl {
     background-color: #00416f;
  }
  
 
  a:link    {
         color:white;
         background-color:transparent; 
         text-decoration:none}
  a:visited {
           color:white;
}		   



a:hover {
        color: #fff;
	    text-decoration: underline;
}

a:active {
   
	    text-decoration: underline;
} 
 
 
 td.izborni:hover { 
        background:#007ACC;
 }
 
 .dipl:hover{ 
        background:#0E5D95;
 }
 .rp:hover { 
        background:#173656;
 }
 
 
 
 .godina {
		background-color:#112233 ;
 }
.semestar {
         height: 15px; 
         background-color:  #fff; 
         color:#112233;
} 
p{
  font-weight: bold;
  font-family: "arial", arial; 
  font-size:20px;
}



 