/* CSS Document */

body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 16px;
	color: #000000;
}
body {
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}

/* link voor menu items */
a.link:link, a.link:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}
a.link:hover {
	text-decoration: none;
	font-size:12px
	color: #6a9666;
}

#scroll { 
overflow: auto; 
height: 330px; 
width: 380px;
scrollbar-base-color: #ffc249;
} 
