@charset "UTF-8";
Stijlen/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.style			{font-family:Arial, Helvetica, sans-serif;}

body 			{background-color:#fff;}

h1				{
				font-family:Arial, Helvetica, sans-serif;
				font-weight:900;
				font-size:20px;
				color:#999999;
				text-decoration: none;
				}

h2				{
				font-family:Arial, Helvetica, sans-serif;
				font-weight:900;
				font-size:16px;
				color:#999999;
				text-decoration: none;
				line-height: 1.8em;
				}

h3				{
				font-family:Arial, Helvetica, sans-serif;
				font weight: normal;
				font-size:14px;
				color:#999;
				text-decoration: none;
				}

h4				{
				font-family:Arial, Helvetica, sans-serif;
				font weight: bold;
				font-size:12px;
				text-decoration-color:#999;
				text-decoration: none;
				}

h6				{
				font-family:Arial, Helvetica, sans-serif;
				font weight: normal;
				font-size:12px;
				color:#999;
				text-decoration: none;
				text-align: left;
				line-height: 1em;
				}

p				{
				font-family:Arial, Helvetica, sans-serif;
				font weight: light;
				font-size:12px;
				color:#999;
				text-decoration: none;
				text-align: left;
				line-height: 1.8em;
				}



A:link 			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight : bold;
				color : #999;
				background-color : #fff;

				}
A:visited 		{
				font-family:Arial, Helvetica, sans-serif;
				font-weight : normal;
				color : #999;
				background-color : #fff;
				}

A:hover 		{
				font-family:Arial, Helvetica, sans-serif;
				font-weight : bold;
				color : #FF6600;
				background-color : #fff;
				}



#wrapper		{align: center; max-width:600px;; background-color:#fff; margin-left: auto; margin-right: auto; top:0; }
