/******************* Stylesheet Werkblad *****************/

body {
	background-color: transparent;
	font-family: Tahoma;
	font-size: 12px;
	scrollbar-shadow-color: Teal;
	scrollbar-face-color: #99CCCC;
	scrollbar-arrow-color: Teal;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: White;
	scrollbar-3dlight-color: White;
	scrollbar-highlight-color: Teal;
} 

h1 {
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
	color: Navy;
}

.lijst {
	color: Teal;
	font-weight: normal;
}

.tabel{
	border : 1px solid Teal;
	font-size : 12px;
	font-family : Tahoma;
}

.tabel2{
	font-size : 12px;
	font-family : Tahoma;
}

li{
	color : Navy;
	font-weight : bold;
	list-style-position : outside;
}

th {
	text-align: left;
}

input{
	font-size : 12px;
	font-family : Tahoma;
}

.streep{
	text-decoration: underline;
}