body {
	font-family: arial;
  font-size: 70%;
	padding: 10px;   	
}
input {
  background-image: url('images/inputback.jpg');
  background-repeat: repeat-x;
  background-position: top;
  border: 1px solid #606060;
}

textarea {
  background-image: url('images/inputback.jpg');
  background-repeat: repeat-x;
  background-position: top;
  border: 1px solid #606060;
}
td {
font-size: 70%;
}
div.kop  {
	width: 350px;
	height: 37px;
	background-image: url('images/kop.gif');
}
div.kop2  {
	width: 350px;
	height: 37px;
	background-image: url('images/kop2.gif');
}
p.kop {
	font-size: 180%;
	font-weight: bold;
	padding-left:10px;
	padding-top: 10px;
}
#links {
	margin: 2px;
	font-size: 90%;
	width: 100%;
	text-align: center;
}
#links a {
	color: #999999;
	text-decoration: none;
	}
#links a:hover {
	color: #999999;
	text-decoration: underline;
	}
#links ul {
	display: inline;
	list-style: none;
  margin: 0px;
	}

#links li {
	display: inline;
  float: center;
  text-align: center;
  padding-left: 8px
	}

