BODY  
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 10pt;
	background-color : #FFFFFF;
  color: #004400;
}

H2
{
	// background-color : #FFDDDD;
}

a:visited
{
  color:#8080FF;
  text-decoration: underline;
}

TABLE
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 10pt;
	background-color : #E0FFF0;
  color: #000010;
}


.groot
{
  font-size : 13pt;
  color: #000044;
}

.instructie
{
  font-size : 8pt;
  max-width: 200px;
  padding:5px 5px 100px 300px;
}

#txtbox {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	padding: 4px;
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 290px;
	text-align: center;
}

#imgwrap {
	width: 300px;
	margin: 10px auto;
	position: relative;
}

#imgwrap:hover #txtbox {
	display: block;
}

#logobox {
	width: 100%;
  height: 120px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
}

#logobox3 {
	width: 300px;
  height: 100px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	cursor: pointer;
}


/* mouse over link */
a:hover 
{
    color: hotpink;
}

/* selected link */
a:active 
{
    color: blue;
}