body {
	font-family: "Trebuchet MS";
	font-size: 54px;
	background-color: #009696;
	color: #FFFFFF;
}
td {
	font-family: "Trebuchet MS";
	font-size: 54px;
}
.roka {
	cursor: hand;
}
th {
	color: #FFFFFF;
	background-color: #666666;
	font-family: "Trebuchet MS";
	font-size: 54px;
}
.podrocja {
	font-size: 58px;
	font-weight: bold;
	color: #7BA566;
	font-family: "Trebuchet MS";
}
.prijava {
	font-size: 58px;
	font-weight: bold;
	color: #7BA566;
	cursor: hand;
	font-family: "Trebuchet MS";
}
.vec {
	font-family: "Trebuchet MS";
	font-size: 54px;
	color: #CA0000;
	cursor: hand;
}
.naslov {
	font-family: "Trebuchet MS";
	font-size: 56px;
	color: #CA0000;
}
hr {
	color: #00c8c8;
}
input {
	font-family: "Trebuchet MS";
	line-height: 50px;
	font-size: 54px;
	color: #009696;
	left: 20px;
}
.opombe {
	font-family: "Trebuchet MS";
	font-size: 30px;
	background-color: #009696;
	color: #FFFFFF;
}
input[type=checkbox]{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}
