@font-face {
  font-family: "supermarket";
  src: url(supermarket.ttf) format("truetype");
}
body {
	margin-top: 0px;
}
h1{
	font-size : 30px;
	color:#8BA000;
	font-family: supermarket, tahoma; 
	line-height:95%
}
input{
	font-family: Tahoma;
	font-size : 10pt;
	border: 1px solid #999999;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
}
.textnormal {
	font-family: Tahoma, "MS Serif";
	font-size: 13px;
}
.normalText {
	font-family: Tahoma, "MS Serif";
	font-size: 15px;
}
.textbold {
	font-family: Tahoma, "MS Serif";
	font-size: 13px;
	font-weight: bold;
}

