.button{
	background-color: #FFFFFF;
	border: 1px solid #07268C;
	border-radius: 3px 3px;
	height: 8%;
	width: 22%;
	display:inline-block;
	padding-top: 6%;
	padding-bottom: 6%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0p;
	color: #07268C;
	text-decoration: none;
	font-family: Verdana;

}

.selectedbutton{
	background-color: #07268C;
	border: 1px solid #07268C;
	border-radius: 3px 3px;
	height: 8%;
	width: 22%;
	display:inline-block;
	padding-top: 6%;
	padding-bottom: 6%;	
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
}
.link{
	color: #07268C;
	text-decoration: none;
	font-family: Verdana;
}
.selectedlink{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
}

font{
	font-family: Verdana;
}

h1{
	font-family: Verdana; 
	color: #07268C;	
}
h2{
	font-family: Verdana; 
	color: #07268C;	
}

.line{
	height:1px;
	//width:3000px;
	background-color: #07268C;
	border: 1px solid #07268C;
	margin-top: 0px;
}
#cijferis{
	font-family: Verdana;
	font-size:26px;
	color: #07268C;
}

