/* CSS Document */
body {
	margin: 0px;
}

body,
td,
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002C55;
}

p {
	margin: 15px 2px 5px 25px;
}

A:Link,
A:Visited {
	color: #002C55;
	text-decoration: underline;
}

A:Hover {
	color: #D59F0B;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #002C55;
	margin: 15px 0px 5px 25px;
}

.linkerkolom {
	background: #D9ECF8 url(../images/links_back.gif) bottom left no-repeat;
}

#clock {
	color: #FFF;
	font-size: 12px;
	text-align: right;
	margin: 25px 10px 0 0;
	display: block;
}

#tabellinks {
	border-top: 1px solid #D29C08;	
}

#tdlinks {
	border-left: 1px solid #D29C08;
}

