/* CSS Document */

body {
  padding-left: 10px;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  font-size:14px;
}

td,th {
	font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
	font-size:14px;
}

/* moet in volgorde staan */
a:link {color: #666666; text-decoration:none}
a:visited {color: #666666; text-decoration:none}
a:hover {color: #666666; text-decoration:underline}
a:active {color: #666666; text-decoration:none}

form {display:inline}
