/* CSS Document */

.table1
{
border: 1px solid black;
}

body {
	background: #565f69;
	font-size: 9pt;
	font-family: Arial;
	color: #b0bac2;
}

.discard
{
background: #565f69;
color: #333;
text-decoration: line-through
}

.normaal {
	font-size: 10pt;
	font-family: Arial;
	color: #b0bac2;
}

.normaal-klein {
	font-size: 9pt;
	font-family: Arial;
	color: #b0bac2;
}

.klein {
	font-size: 9pt;
	font-family: Arial;
	color: #b0bac2;
}

img.foto
{
border: 1px solid black;
}


a:link { 
font-size: 9pt; ; font-family : Arial ; color: #b0bac2; text-decoration: underline;}
a:visited {
font-size: 9pt; ; font-family : Arial ; color: #b0bac2; text-decoration: underline;}
a:hover { 
font-size: 9pt; font-family : Arial ; color: #b0bac2; text-decoration: none;}
a:active {
font-size: 9pt; font-family : Arial ; color: #b0bac2; text-decoration: underline;}