}td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: medium double #000;
	background-color: #FF9;
}
.paginalinken {
	color: #600;
	background-color: #808080;
	text-transform: none;
	vertical-align: text-top;
	font-style: oblique;
	background-repeat: no-repeat;
}
.bodykleur {
	color: #000000;
	background-color: #808080;
}
p.sansserif {
    font-family: "Arial Black", Gadget, sans-serif;
    }
h1
{
color:black;
text-align:left;
font-style: italic;
font-family: 'BrushScript BT' ;
font-size: 40px;
}
h2
{
color:gray;
text-align:left;
font-style: italic;
font-family: 'BrushScript BT' ;
font-size: 30px;
}
h3
{
color:blue;
text-align:left;
font-style: italic;
font-family: 'BrushScript BT' ;
font-size: 25px;
}
h4
{
color:red;
text-align:left;
font-style: italic;
font-family: 'BrushScript BT' ;
font-size: 20px;
}
p {
    font-size: 14px;
}
/* unvisited link */
a:link {
	text-decoration: none;
	background-color: #ffffff; /* WIT */
        border: 1px solid black;
}
/* visited link */
a:visited {
	text-decoration: none;
	background-color: skyblue;
}
/* mouse over link */
a:hover {
	text-decoration: underline;
	background-color: #ffbf00;
}
/* selected link */
a:active {
	text-decoration: underline;
	background-color: #40ff00;
}	
div.img
  {
  margin:5px;
  padding: 5px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:5px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
	text-align: center;
	font-weight: normal;
	width: 192px;
	margin: 5px;
  }

