/* main settings */
body {
	background-color: #FFFFFF;
	background-image: url();
}
body,td,th, p {
	color: #666666;
	font-family:Times New Roman;
	text-align:justify;
}

/* links */
#navibar a.current {
	color: #0099ff;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #0099ff;
}
a:active {
	color: #0099ff;
}

/* contactformulier */
.contactform {
     color: #666666;
	 font-family:Times New Roman;
}
legend{
	color: #0099ff;
}

/* headings */
h1 {
    font-size: 32px;
	font-family:Times New Roman;
	font-weight: bold;
	font-style:italic;
	text-align:center;
}

h2 {
    font-size: 16px;
}
    
.style8 {
    color: #326987;
}
.style13 {
	font-size: 66px;
	font-weight: bold;
}
.style14 {
    color: #666666;
	font-size: 66px;
}
.style15 {
    color: #0099FF;
	font-size: 66px;
}

