body {
	background-image: none; 
	color: yellow; 
	text-indent: 1cm; 
	background-color: black; 
	text-align: left
}
table table {
	text-align: center
}
table table td {
	width: 16%
}
table p table td {
	width: 50%; 
	font-family: arial; 
	text-align: center
}
a:visited {
	color: blue
}
a {
	color: blue; 
	text-decoration: none
}
.ShowBorder {
	border-right: silver thin solid; 
	border-top: silver thin solid; 
	border-left: silver thin solid; 
	border-bottom: silver thin solid
}
a:hover {
	color: aqua
}

/* Korben's extra's */

A.stefan
{
	color:Red;
	text-decoration: none;
}

A.stefan:visited
{
	color:Red;
	text-decoration: none;
}

A.stefan:hover
{
	color:yellow;
	text-decoration: none;
}

td.slide-middle
{
	width: 400px
}

p.paragraph
{
	text-align:left;
	text-indent: 15px;
}

td.slide-button
{
	padding-right: 10px;
	padding-left: 10px;
	width: 45px;
}

div.title
{
	font-size: large;
	text-align: center;
}

table.slide a img
{
	border-width: 0;
}

table.slide
{
	border:  black thin solid;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

img.slide
{
	border-color: Blue;
	border-style: ridge;
}
