body {
	 background: #fff url(images/background1.gif);
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-size:12px;
     margin-top:0;
}

h3.titel{
  margin-left:30px;
	height: 200px;
	background: url(images/headertje_test1.jpg);
	background-repeat: no-repeat;
}

td {
	color : Black;
	background: #23559C url(images/linnen.jpg);
	font-size: 13px;
	text-align: left; /* NEW IN 1.5 */
		padding-bottom: 10px;

}

td.upper {
	color : black;
	background :#FFCC99 /*url(images/linnen.jpg)*/; /* NEW IN 1.5 */
	font-size: 11px;
	BORDER-BOTTOM: #000 1px dashed;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

table.entries {
    width:700px;
	color : Black;
	font-size: 11px;
	BORDER-TOP: #000 1px solid;
	BORDER-RIGHT: #000 1px solid;
	BORDER-LEFT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid;
}

a {
	color : #330000;
	text-decoration : underline;
                     font-weight: bold;
}

a:hover {
	color : #330000;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #cc6600;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : #cc6600;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#ffff99 url(images/linnen.jpg);
}

hr {
	color: #B8CFE7;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
.centered {
	text-align: center;
}

div.centered table {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#ffff99 url(images/linnen.jpg);
	margin: 0 auto;
	text-align: left;
}
