a.veza {
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 6px;
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 0px solid white;
	text-align: center;
	min-width: 75px;
	text-transform: none;
	cursor: hand;

}
a.veza:link {
background-color: #932F2F;
color: #ffffff;
text-decoration: none;
}
a.veza:visited {
background-color: #932F2F;
color: #336699;
text-decoration: none;
}
a.veza:hover {
background-color: #932F2F;
color: red;
border-color: black black black black;
text-decoration: none;
}
a.veza:active {
background-color: #000;
color: #336699;
text-decoration: none;
}

